|
|
| version 1.6, 2004/02/21 04:48:35 | version 1.8, 2005/02/09 20:11:35 |
|---|---|
| Line 2 | Line 2 |
| 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 35 typedef struct { | Line 36 typedef struct { |
| extern "C" { | extern "C" { |
| #endif | #endif |
| void ini_read(const char *path, const char *title, | void ini_read(const OEMCHAR *path, const OEMCHAR *title, |
| const INITBL *tbl, UINT count); | const INITBL *tbl, UINT count); |
| void ini_write(const char *path, const char *title, | void ini_write(const OEMCHAR *path, const OEMCHAR *title, |
| const INITBL *tbl, UINT count); | const INITBL *tbl, UINT count); |
| void initgetfile(char *path, UINT size); | void initgetfile(OEMCHAR *path, UINT size); |
| void initload(void); | void initload(void); |
| void initsave(void); | void initsave(void); |