NXEngine v1.0.0.6
[NXEngine.git] / replay.fdh
blob32a5619aa322c222238a3fc664d9911825c6e57d
1 //hash:afdce1d2
2 //automatically generated by Makegen
4 /* located in game.cpp */
6 //--------------------[referenced from replay.cpp]-------------------//
7 bool game_save(Profile *p);
8 bool game_load(Profile *p);
11 /* located in map.cpp */
13 //--------------------[referenced from replay.cpp]-------------------//
14 const char *map_get_stage_name(int mapno);
17 /* located in profile.cpp */
19 //--------------------[referenced from replay.cpp]-------------------//
20 bool profile_save(const char *pfname, Profile *file);
21 bool profile_load(const char *pfname, Profile *file);
24 /* located in platform.cpp */
26 //--------------------[referenced from replay.cpp]-------------------//
27 FILE *fileopen(const char *fname, const char *mode);
30 /* located in replay.cpp */
32 //--------------------[referenced from replay.cpp]-------------------//
33 static void write_record(uint32_t keys, uint32_t runlength, FileBuffer *fb);
34 static bool read_record(uint32_t *keys, uint32_t *runlength, FILE *fp);
35 const char *GetReplayName(int slotno, char *buffer);
36 static void dump_replay();
39 /* located in debug.cpp */
41 //--------------------[referenced from replay.cpp]-------------------//
42 void debug(const char *fmt, ...);
45 /* located in graphics/font.cpp */
47 //--------------------[referenced from replay.cpp]-------------------//
48 int GetFontHeight();
49 int font_draw_shaded(int x, int y, const char *text, int spacing, NXFont *font);
52 /* located in common/stat.cpp */
54 //--------------------[referenced from replay.cpp]-------------------//
55 void stat(const char *fmt, ...);
56 void staterr(const char *fmt, ...);
59 /* located in common/misc.cpp */
61 //--------------------[referenced from replay.cpp]-------------------//
62 uint32_t getrand();
63 void seedrand(uint32_t newseed);
64 void fputl(uint32_t word, FILE *fp);
65 uint32_t fgetl(FILE *fp);
66 bool file_exists(const char *fname);
67 char *GetStaticStr(void);