-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathsettings.fdh
More file actions
29 lines (17 loc) · 751 Bytes
/
settings.fdh
File metadata and controls
29 lines (17 loc) · 751 Bytes
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
//hash:db8bcb16
//automatically generated by Makegen
/* located in settings.cpp */
//-------------------[referenced from settings.cpp]------------------//
bool settings_load(Settings *setfile);
static bool tryload(Settings *setfile);
bool settings_save(Settings *setfile);
/* located in platform.cpp */
//-------------------[referenced from settings.cpp]------------------//
FILE *fileopen(const char *fname, const char *mode);
/* located in input.cpp */
//-------------------[referenced from settings.cpp]------------------//
void input_set_mappings(int *array);
int input_get_mapping(int keyindex);
/* located in common/stat.cpp */
//-------------------[referenced from settings.cpp]------------------//
void stat(const char *fmt, ...);