diff options
| author | 2015-11-22 21:18:51 +0000 | |
|---|---|---|
| committer | 2015-11-22 21:18:51 +0000 | |
| commit | ddcc4824183c0629a0340d2ab1d2344e8289fdf7 (patch) | |
| tree | accd4a3b845d0e245b05d45f83c3a27f3af82771 /gb_ini.h | |
| parent | Merge pull request #2 from bullno1/gb_ini-error_handling (diff) | |
Many bug fixes
Fix Hash_Table
Fix gb_ini Error Handling
Diffstat (limited to '')
| -rw-r--r-- | gb_ini.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,9 +1,10 @@ -// gb_ini.h - v0.91 - public domain ini file loader library - no warranty implied; use at your own risk +// gb_ini.h - v0.91a - public domain ini file loader library - no warranty implied; use at your own risk // A Simple Ini File Loader Library for C and C++ // // Version History: -// 0.91 - Add extern "C" if compiling as C++ -// 0.90 - Initial Version +// 0.91a - Error handling fix +// 0.91 - Add extern "C" if compiling as C++ +// 0.90 - Initial Version // // LICENSE // |
