NXEngine v1.0.0.6
[NXEngine.git] / profile.fdh
blob646599900a18a7c5e0c8ce894f011aa51d522751
1 //hash:efab372e
2 //automatically generated by Makegen
4 /* located in profile.cpp */
6 //--------------------[referenced from profile.cpp]------------------//
7 bool profile_load(const char *pfname, Profile *file);
8 bool profile_save(const char *pfname, Profile *file);
9 const char *GetProfileName(int num);
10 bool ProfileExists(int num);
11 bool AnyProfileExists();
14 /* located in platform.cpp */
16 //--------------------[referenced from profile.cpp]------------------//
17 FILE *fileopen(const char *fname, const char *mode);
20 /* located in tsc.cpp */
22 //--------------------[referenced from profile.cpp]------------------//
23 int CVTDir(int csdir);
26 /* located in common/stat.cpp */
28 //--------------------[referenced from profile.cpp]------------------//
29 void stat(const char *fmt, ...);
30 void staterr(const char *fmt, ...);
33 /* located in common/misc.cpp */
35 //--------------------[referenced from profile.cpp]------------------//
36 bool fverifystring(FILE *fp, const char *str);
37 uint32_t fgetl(FILE *fp);
38 uint16_t fgeti(FILE *fp);
39 void fresetboolean(void);
40 char fbooleanread(FILE *fp);
41 void fputstringnonull(const char *buf, FILE *fp);
42 void fputl(uint32_t word, FILE *fp);
43 void fputi(uint16_t word, FILE *fp);
44 void fbooleanwrite(char bit, FILE *fp);
45 void fbooleanflush(FILE *fp);
46 char *stprintf(const char *fmt, ...);
47 bool file_exists(const char *fname);