Changeset 352 for Daodan/src/inifile.h
- Timestamp:
- Jun 13, 2009, 3:44:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/inifile.h
r346 r352 9 9 typedef bool (*inifile_callback)(char* section, bool newsection, char* name, char* value); 10 10 11 bool inifile_read(c har* filename, inifile_callback callback);11 bool inifile_read(const char* filename, inifile_callback callback); 12 12 13 13 #endif
Note:
See TracChangeset
for help on using the changeset viewer.