NXEngine v1.0.0.3
[NXEngine.git] / graphics / safemode.fdh
blob75e7b60d30c9d9d819ae87bc962491e170827525
1 //hash:98779cf6
2 //automatically generated by Makegen
4 /* located in main.cpp */
6 //---------------[referenced from graphics/safemode.cpp]-------------//
7 void SDL_Delay(int ms);
10 /* located in input.cpp */
12 //---------------[referenced from graphics/safemode.cpp]-------------//
13 void input_poll(void);
16 /* located in graphics/font.cpp */
18 //---------------[referenced from graphics/safemode.cpp]-------------//
19 int GetFontHeight();
20 int GetFontWidth(const char *text, int spacing, bool is_shaded);
21 int font_draw(int x, int y, const char *text, int spacing, NXFont *font);
24 /* located in common/stat.cpp */
26 //---------------[referenced from graphics/safemode.cpp]-------------//
27 void stat(const char *fmt, ...);