aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-03-03 11:37:48 +0000
committerGravatar gingerBill 2016-03-03 11:37:48 +0000
commitde04cbcee732ba43c9645cc02e48f8323c2bbf07 (patch)
treeda2e9bbd820d51045b6a4baf36e8b0d000a9c8ea /README.md
parentExplicit Everything! (diff)
New Libraries
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index d5c6eae..03f3d63 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,11 @@ 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_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
-**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