ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Inifile_Reader.h
(Generate patch)

Comparing:
Daodan/src/inifile.h (file contents), Revision 689 by alloc, Sat Mar 2 23:46:33 2013 UTC vs.
Daodan/src/Inifile_Reader.h (file contents), Revision 692 by alloc, Thu Mar 7 17:26:13 2013 UTC

# Line 1 | Line 1
1 #pragma once
1   #ifndef INIFILE_H
2   #define INIFILE_H
3  
4 < #include "bool.h"
6 < //#include <stdint.h>
4 > #include "stdint.h"
5  
6 < enum {inifile_cantread = -20};
6 > enum {
7 >        inifile_cantread = -20
8 > };
9  
10   typedef bool (*inifile_callback)(char* section, bool newsection, char* name, char* value);
11  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)