diff options
| author | raysan5 <[email protected]> | 2016-11-21 19:49:54 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-11-21 19:49:54 +0100 |
| commit | bdbb1eb90133c882ee84421b1b024b286a76d5ce (patch) | |
| tree | cee6ba51808f081a1d0177dfbbe3fd9ca33fb7e4 /examples/text_ttf_loading.c | |
| parent | 481ce3d39d8072d20b425dba928efe4cff522db9 (diff) | |
| download | raylib-bdbb1eb90133c882ee84421b1b024b286a76d5ce.tar.gz raylib-bdbb1eb90133c882ee84421b1b024b286a76d5ce.zip | |
Added new text sample: text_bmfont_unordered
BMFont loading has been improved to support unordered chars and extended
characters (up to 255)
Diffstat (limited to 'examples/text_ttf_loading.c')
| -rw-r--r-- | examples/text_ttf_loading.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/text_ttf_loading.c b/examples/text_ttf_loading.c index 1135619e..b614023f 100644 --- a/examples/text_ttf_loading.c +++ b/examples/text_ttf_loading.c @@ -10,7 +10,6 @@ ********************************************************************************************/ #include "raylib.h" -#include <stdio.h> int main() { |
