Updates!!!!!

This commit is contained in:
gingerBill 2016-04-23 23:07:15 +01:00
parent de04cbcee7
commit 41f87ef704
5 changed files with 4199 additions and 8827 deletions

View File

@ -4,12 +4,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.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.h** | 0.02a | misc | C, C++ | A C helper library for C & C++
**gb_math.h** | 0.04d | math | C, C++ | A C (and C++) vector math library geared towards game development
**gb_string.h** | 0.93 | strings | C, C++ | A better string library for C & C++ (this is built into gb.h too!)
**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

3111
gb.h

File diff suppressed because it is too large Load Diff

4091
gb.hpp

File diff suppressed because it is too large Load Diff

1934
gb_math.h

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff