--- np2/win9x/ini.h 2003/10/16 17:58:52 1.1.1.1 +++ np2/win9x/ini.h 2005/03/20 06:09:16 1.9 @@ -1,8 +1,25 @@ +#include "profile.h" + +enum { + PFTYPE_ARGS16 = PFTYPE_USER, + PFTYPE_ARGH8, + PFTYPE_BYTE3, + PFTYPE_KB, +}; + + #ifdef __cplusplus extern "C" { #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 initsave(void);