--- np2/macosx/ini.h 2003/11/03 10:19:43 1.2 +++ np2/macosx/ini.h 2004/02/16 05:31:31 1.4 @@ -2,7 +2,6 @@ enum { INITYPE_STR = 0, INITYPE_BOOL, - INITYPE_ARGS16, INITYPE_BYTEARG, INITYPE_SINT8, INITYPE_SINT16, @@ -13,7 +12,9 @@ enum { INITYPE_HEX8, INITYPE_HEX16, INITYPE_HEX32, - INITYPE_USER + INITYPE_USERKEY, + INITYPE_USER, + INITYPE_ARGS16 }; typedef struct { @@ -29,9 +30,9 @@ extern "C" { #endif 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, - const INITBL *tbl, UINT count); + const INITBL *tbl, UINT count, BOOL create); void initload(void); void initsave(void);