diff options
| author | 2016-04-26 21:44:51 +0100 | |
|---|---|---|
| committer | 2016-04-26 21:44:51 +0100 | |
| commit | d7491710915400ee48356504246e6565a76eea3e (patch) | |
| tree | 6f442ce3c43091482493aa6f1edd3d2397f78802 | |
| parent | Handle Spaces now!!!! (diff) | |
Update Readme
Diffstat (limited to '')
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | gb.h | 3 | ||||
| -rw-r--r-- | gb_gl.h | 4 |
3 files changed, 7 insertions, 4 deletions
@@ -4,9 +4,9 @@ gb single-file public domain libraries for C & C++ library | latest version | category | languages | description ----------------|----------------|----------|-----------|------------- -**gb.h** | 0.03 | misc | C, C++ | A C helper library for C & C++ +**gb.h** | 0.04 | misc | C, C++ | A C helper library for C & C++ **gb_math.h** | 0.05 | math | C, C++ | A C/C++ vector math library geared towards game development -**gb_gl.h** | 0.01 | graphics | C, C++ | A C/C++ OpenGL Helper Library +**gb_gl.h** | 0.02 | graphics | C, C++ | A C/C++ OpenGL Helper Library **gb_string.h** | 0.94 | strings | C, C++ | A better string library for C & C++ (this is built into gb.h too with custom allocator support!) **gb_ini.h** | 0.92 | misc | C, C++ | A simple ini file loader library for C & C++ @@ -1,4 +1,4 @@ -/* gb.h - v0.03 - Ginger Bill's C Helper Library - public domain +/* gb.h - v0.04 - Ginger Bill's C Helper Library - public domain - no warranty implied; use at your own risk This is a single header file with a bunch of useful stuff @@ -26,6 +26,7 @@ Conventions used: Version History: + 0.04 - Better UTF support and search/sort procs 0.03 - Completely change procedure naming convention 0.02a - Bug fixes 0.02 - Change naming convention and gbArray(Type) @@ -1,4 +1,4 @@ -/* gb.h - v0.01 - OpenGL Helper Library - public domain +/* gb.h - v0.02 - OpenGL Helper Library - public domain - no warranty implied; use at your own risk This is a single header file with a bunch of useful stuff @@ -34,6 +34,7 @@ Conventions used: Version History: + 0.02 - Font Caching and Rendering 0.01 - Initial Version LICENSE @@ -552,6 +553,7 @@ GBGL_DEF f32 gbgl_get_string_width (gbglFont *font #ifndef GBGL_FONT_CHAR_LIST #define GBGL_FONT_CHAR_LIST \ + "チーズ"\ "Āā㥹ĆćĈĉĊċČčĎďĐđĒēĔĕĖėĘęĚěĜĝĞğĠġĢģĤĥĨĩĪīĬĭĮįİıIJijĴĵĶķĸĹĺĻļĽľŁłŃńŅņņŇňʼnŊŋ"\ "ŌōōŎŏŐőŒœŕŖŗŘřŚśŜŝŞşŠšŢţŤťŨũŪūŬŭŮůŰűŲųŴŵŶŷŸŹźŻżŽža!ö"\ "\"#$%%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"\ |
