Diff for /np2/macosx/ini.h between versions 1.1 and 1.3

version 1.1, 2003/10/16 17:59:39 version 1.3, 2003/11/05 17:58:01
Line 2 Line 2
 enum {  enum {
         INITYPE_STR                     = 0,          INITYPE_STR                     = 0,
         INITYPE_BOOL,          INITYPE_BOOL,
       INITYPE_ARGS16,
         INITYPE_BYTEARG,          INITYPE_BYTEARG,
         INITYPE_SINT8,          INITYPE_SINT8,
         INITYPE_SINT16,          INITYPE_SINT16,
Line 28  extern "C" { Line 29  extern "C" {
 #endif  #endif
   
 void ini_read(const char *path, const char *title,  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,  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 initload(void);
 void initsave(void);  void initsave(void);

Removed from v.1.1  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>