aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2015-11-17 12:28:26 +0000
committerGravatar gingerBill 2015-11-17 12:28:26 +0000
commit8fbff6e5bb9efd8fbe44bff3e9b5aa06f5bec409 (patch)
tree1e253cc8efaada99049b98d6986651abfe9b87a8 /README.md
parentgb_math.hpp - More Angle Units and others things (diff)
Rearrange library order
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 776c8bf..0934870 100644
--- a/README.md
+++ b/README.md
@@ -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_ini.h** | 0.91 | misc | C, C++ | A simple ini file loader library for C & C++
**gb.hpp** | 0.21 | misc | C++11 | (Experimental) A C++11 helper library without STL geared towards game development
**gb_math.hpp** | 0.02 | math | C++11 | A C++11 math library geared towards game development
+**gb_ini.h** | 0.91 | misc | C, C++ | A simple ini file loader library for C & C++
## FAQ