diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-04 16:56:28 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-04 16:56:28 -0500 |
commit | 12d80d643f77a0eab18cb1278793aee006bcf289 (patch) | |
tree | fcbed30a67fc157254fc2163e388dc198b166eb2 /text.c | |
parent | 79766eb49ee18073da2950c22a271e5820b9f740 (diff) |
started modern opengl
Diffstat (limited to 'text.c')
-rw-r--r-- | text.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ no_warn_start #include "lib/stb_truetype.h" no_warn_end #include <stdlib.h> -#include <GL/gl.h> // We split up code points into a bunch of pages, so we don't have to load all of the font at // once into one texture. |