|
|
| version 1.3, 2003/10/29 14:02:35 | version 1.5, 2004/02/11 17:39:59 |
|---|---|
| Line 14 enum { | Line 14 enum { |
| INITYPE_HEX16, | INITYPE_HEX16, |
| INITYPE_HEX32, | INITYPE_HEX32, |
| INITYPE_BYTE3, | INITYPE_BYTE3, |
| INITYPE_USERKEY, | |
| INITYPE_KB, | INITYPE_KB, |
| INITYPE_USER, | INITYPE_USER, |
| INITYPE_MASK = 0xff, | INITYPE_MASK = 0xff, |
| Line 40 void ini_read(const char *path, const ch | Line 41 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); |