--- np2/x11/ini.h 2003/11/16 16:43:45 1.1 +++ np2/x11/ini.h 2007/01/12 19:09:58 1.4 @@ -4,6 +4,7 @@ enum { INITYPE_STR = 0, INITYPE_BOOL, + INITYPE_BITMAP, INITYPE_ARGS16, INITYPE_ARGH8, INITYPE_SINT8, @@ -19,6 +20,7 @@ enum { INITYPE_KB, INITYPE_USER, INITYPE_SNDDRV, + INITYPE_INTERP, INITYPE_MASK = 0xff, INIFLAG_RO = 0x0100, @@ -38,7 +40,7 @@ extern "C" { #endif void ini_read(const char *path, const char *title, const INITBL *tbl, UINT count); -void ini_write(const char *path, const char *title, const INITBL *tbl, UINT count); +void ini_write(const char *path, const char *title, const INITBL *tbl, UINT count, BOOL create); void initload(void); void initsave(void);