|
|
| version 1.2, 2003/10/28 13:03:48 | version 1.4, 2003/10/30 22:33:34 |
|---|---|
| Line 2 | Line 2 |
| enum { | enum { |
| INITYPE_STR = 0, | INITYPE_STR = 0, |
| INITYPE_BOOL, | INITYPE_BOOL, |
| INITYPE_BYTEARG, | INITYPE_ARGS16, |
| INITYPE_ARGH8, | |
| INITYPE_SINT8, | INITYPE_SINT8, |
| INITYPE_SINT16, | INITYPE_SINT16, |
| INITYPE_SINT32, | INITYPE_SINT32, |
| Line 39 void ini_read(const char *path, const ch | Line 40 void ini_read(const char *path, const ch |
| void ini_write(const char *path, const char *title, | void ini_write(const char *path, const char *title, |
| const INITBL *tbl, UINT count); | const INITBL *tbl, UINT count); |
| void initgetfile(char *path, UINT size); | |
| void initload(void); | void initload(void); |
| void initsave(void); | void initsave(void); |