NXEngine v1.0.0.6
[NXEngine.git] / debug.fdh
blob65c726d79991239433c0f240475ed5cb08a06952
1 //hash:40743ca5
2 //automatically generated by Makegen
4 /* located in game.cpp */
6 //---------------------[referenced from debug.cpp]-------------------//
7 bool game_save(Profile *p);
10 /* located in playerstats.cpp */
12 //---------------------[referenced from debug.cpp]-------------------//
13 void AddXP(int xp, bool quiet);
16 /* located in input.cpp */
18 //---------------------[referenced from debug.cpp]-------------------//
19 bool justpushed(int k);
22 /* located in debug.cpp */
24 //---------------------[referenced from debug.cpp]-------------------//
25 void DrawDebug(void);
26 void DrawBoundingBoxes();
27 void DrawAttrPoints();
28 static void draw_pointlist(Object *o, SIFPointList *points);
29 void debug(const char *fmt, ...);
30 void debug_draw(void);
31 void debug_clear();
32 const char *DescribeObjectType(int type);
33 int ObjectNameToType(const char *name_in);
34 const char *DescribeDir(int dir);
35 const char *strhex(int value);
36 void DrawDebugMarks(void);
37 void AddDebugMark(int x, int y, int x2, int y2, char type, uchar r, uchar g, uchar b);
38 void DebugPixel(int x, int y, uchar r, uchar g, uchar b);
39 void DebugCrosshair(int x, int y, uchar r, uchar g, uchar b);
40 void crosshair(int x, int y);
41 void DebugPixelNonCSF(int x, int y, uchar r, uchar g, uchar b);
42 void DebugCrosshairNonCSF(int x, int y, uchar r, uchar g, uchar b);
43 void debugVline(int x, uchar r, uchar g, uchar b);
44 void debugHline(int y, uchar r, uchar g, uchar b);
45 void debugbox(int x1, int y1, int x2, int y2, uchar r, uchar g, uchar b);
46 void debugtile(int x, int y, uchar r, uchar g, uchar b);
49 /* located in graphics/font.cpp */
51 //---------------------[referenced from debug.cpp]-------------------//
52 int GetFontWidth(const char *text, int spacing, bool is_shaded);
53 int GetFontHeight();
54 int font_draw_shaded(int x, int y, const char *text, int spacing, NXFont *font);
57 /* located in sound/sound.cpp */
59 //---------------------[referenced from debug.cpp]-------------------//
60 void sound(int snd);
63 /* located in common/stat.cpp */
65 //---------------------[referenced from debug.cpp]-------------------//
66 void stat(const char *fmt, ...);
69 /* located in common/misc.cpp */
71 //---------------------[referenced from debug.cpp]-------------------//
72 char *stprintf(const char *fmt, ...);
73 bool strbegin(const char *bigstr, const char *smallstr);