Update README.md

This commit is contained in:
gingerBill 2016-04-08 21:41:31 +01:00
parent 24d6605d17
commit eec27b33ed
1 changed files with 1 additions and 2 deletions

View File

@ -5,11 +5,10 @@ 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_math.h** | 0.04 | math | C | A C vector math library geared towards game development
**gb.h** | 0.01 | misc | C | A C helper library geared towards game development (NOT a port of gb.hpp)
**gb_math.h** | 0.04 | math | C | A C vector math library geared towards game development (NOT A PORT OF gb_math.hpp)
**gb_ini.h** | 0.91a | misc | C, C++ | A simple ini file loader library for C & C++
**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
## FAQ