|
|
| version 1.2, 2003/11/03 10:19:43 | version 1.3, 2003/11/05 17:58:01 |
|---|---|
| Line 29 extern "C" { | Line 29 extern "C" { |
| #endif | #endif |
| void ini_read(const char *path, const char *title, | void ini_read(const char *path, const char *title, |
| const INITBL *tbl, UINT count); | const INITBL *tbl, UINT count); |
| 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, BOOL create); |
| void initload(void); | void initload(void); |
| void initsave(void); | void initsave(void); |