-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathniku.fdh
More file actions
29 lines (17 loc) · 727 Bytes
/
niku.fdh
File metadata and controls
29 lines (17 loc) · 727 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:1da713cd
//automatically generated by Makegen
/* located in platform.cpp */
//---------------------[referenced from niku.cpp]--------------------//
FILE *fileopen(const char *fname, const char *mode);
/* located in niku.cpp */
//---------------------[referenced from niku.cpp]--------------------//
bool niku_load(uint32_t *value_out);
bool niku_save(uint32_t value);
static const char *getfname();
/* located in common/stat.cpp */
//---------------------[referenced from niku.cpp]--------------------//
void stat(const char *fmt, ...);
void staterr(const char *fmt, ...);
/* located in common/misc.cpp */
//---------------------[referenced from niku.cpp]--------------------//
int random(int min, int max);