Change conventions slightly

This commit is contained in:
gingerBill 2015-12-17 12:26:24 +00:00
parent 216b9a419f
commit d130420db7
4 changed files with 1068 additions and 1040 deletions

View File

@ -5,9 +5,9 @@ gb single-file public domain libraries for C & C++
library | latest version | category | languages | description
----------------|----------------|----------|-----------|-------------
**gb_string.h** | 0.93 | strings | C, C++ | A better string library for C & C++
**gb.hpp** | 0.31a | misc | C++11 | (Experimental) A C++11 helper library without STL geared towards game development
**gb_math.hpp** | 0.03a | math | C++11 | A C++11 math library geared towards game development
**gb.h** | 0.04 | misc | C | (Experimental) A C helpher library geared towards game development (port of gb.hpp)
**gb.hpp** | 0.32 | misc | C++11 | (Experimental) A C++11 helper library without STL geared towards game development
**gb_math.hpp** | 0.04 | math | C++11 | A C++11 math library geared towards game development
**gb.h** | 0.04a | misc | C | (Experimental) A C helpher library geared towards game development (port of gb.hpp)
**gb_ini.h** | 0.91a | misc | C, C++ | A simple ini file loader library for C & C++
## FAQ

576
gb.h

File diff suppressed because it is too large Load Diff

599
gb.hpp

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff