source:
Daodan/src/Inifile_Reader.h@
1161
Last change on this file since 1161 was 994, checked in by , 11 years ago | |
---|---|
File size: 243 bytes |
Rev | Line | |
---|---|---|
[346] | 1 | #ifndef INIFILE_H |
2 | #define INIFILE_H | |
3 | ||
[692] | 4 | #include "stdint.h" |
[346] | 5 | |
[994] | 6 | typedef void (*inifile_callback)(const char* section, const char* name, const char* value); |
[346] | 7 | |
[994] | 8 | bool Inifile_Read(const char* filename, const inifile_callback callback); |
[346] | 9 | |
10 | #endif |
Note:
See TracBrowser
for help on using the repository browser.