|
|
| version 1.1.1.1, 2003/10/16 17:58:52 | version 1.10, 2005/03/20 08:58:19 |
|---|---|
| Line 1 | Line 1 |
| #include "profile.h" | |
| enum { | |
| PFTYPE_ARGS16 = PFTYPE_USER, | |
| PFTYPE_BYTE3, | |
| PFTYPE_KB, | |
| }; | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| #endif | #endif |
| void ini_read(const OEMCHAR *path, const OEMCHAR *title, | |
| const PFTBL *tbl, UINT count); | |
| void ini_write(const OEMCHAR *path, const OEMCHAR *title, | |
| const PFTBL *tbl, UINT count); | |
| void initgetfile(OEMCHAR *path, UINT size); | |
| void initload(void); | void initload(void); |
| void initsave(void); | void initsave(void); |