| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |