-
Notifications
You must be signed in to change notification settings - Fork 36
/
profile.fdh
48 lines (33 loc) · 1.31 KB
/
profile.fdh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
//hash:efab372e
//automatically generated by Makegen
/* located in profile.cpp */
//--------------------[referenced from profile.cpp]------------------//
bool profile_load(const char *pfname, Profile *file);
bool profile_save(const char *pfname, Profile *file);
const char *GetProfileName(int num);
bool ProfileExists(int num);
bool AnyProfileExists();
/* located in platform.cpp */
//--------------------[referenced from profile.cpp]------------------//
FILE *fileopen(const char *fname, const char *mode);
/* located in tsc.cpp */
//--------------------[referenced from profile.cpp]------------------//
int CVTDir(int csdir);
/* located in common/stat.cpp */
//--------------------[referenced from profile.cpp]------------------//
void stat(const char *fmt, ...);
void staterr(const char *fmt, ...);
/* located in common/misc.cpp */
//--------------------[referenced from profile.cpp]------------------//
bool fverifystring(FILE *fp, const char *str);
uint32_t fgetl(FILE *fp);
uint16_t fgeti(FILE *fp);
void fresetboolean(void);
char fbooleanread(FILE *fp);
void fputstringnonull(const char *buf, FILE *fp);
void fputl(uint32_t word, FILE *fp);
void fputi(uint16_t word, FILE *fp);
void fbooleanwrite(char bit, FILE *fp);
void fbooleanflush(FILE *fp);
char *stprintf(const char *fmt, ...);
bool file_exists(const char *fname);