--- np2/win9x/ini.h 2003/10/29 14:02:35 1.3 +++ np2/win9x/ini.h 2004/03/07 07:51:26 1.7 @@ -2,6 +2,7 @@ enum { INITYPE_STR = 0, INITYPE_BOOL, + INITYPE_BITMAP, INITYPE_ARGS16, INITYPE_ARGH8, INITYPE_SINT8, @@ -40,6 +41,8 @@ void ini_read(const char *path, const ch void ini_write(const char *path, const char *title, const INITBL *tbl, UINT count); + +void initgetfile(char *path, UINT size); void initload(void); void initsave(void);