1//hash:3d2d7914
2//automatically generated by Makegen
3
4/* located in input.cpp */
5
6//----------------[referenced from TextBox/TextBox.cpp]--------------//
7bool buttondown(void);
8
9
10/* located in graphics/font.cpp */
11
12//----------------[referenced from TextBox/TextBox.cpp]--------------//
13int font_draw(int x, int y, const char *text, int spacing, NXFont *font);
14
15
16/* located in sound/sound.cpp */
17
18//----------------[referenced from TextBox/TextBox.cpp]--------------//
19void sound(int snd);
20
21