|
|
| version 1.1, 2003/11/16 16:43:45 | version 1.4, 2007/01/12 19:09:58 |
|---|---|
| Line 4 | Line 4 |
| enum { | enum { |
| INITYPE_STR = 0, | INITYPE_STR = 0, |
| INITYPE_BOOL, | INITYPE_BOOL, |
| INITYPE_BITMAP, | |
| INITYPE_ARGS16, | INITYPE_ARGS16, |
| INITYPE_ARGH8, | INITYPE_ARGH8, |
| INITYPE_SINT8, | INITYPE_SINT8, |
| Line 19 enum { | Line 20 enum { |
| INITYPE_KB, | INITYPE_KB, |
| INITYPE_USER, | INITYPE_USER, |
| INITYPE_SNDDRV, | INITYPE_SNDDRV, |
| INITYPE_INTERP, | |
| INITYPE_MASK = 0xff, | INITYPE_MASK = 0xff, |
| INIFLAG_RO = 0x0100, | INIFLAG_RO = 0x0100, |
| Line 38 extern "C" { | Line 40 extern "C" { |
| #endif | #endif |
| void ini_read(const char *path, const char *title, const INITBL *tbl, UINT count); | void ini_read(const char *path, const char *title, const INITBL *tbl, UINT count); |
| void ini_write(const char *path, const char *title, const INITBL *tbl, UINT count); | void ini_write(const char *path, const char *title, const INITBL *tbl, UINT count, BOOL create); |
| void initload(void); | void initload(void); |
| void initsave(void); | void initsave(void); |