summaryrefslogtreecommitdiff
path: root/text.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-04 16:56:28 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-04 16:56:28 -0500
commit12d80d643f77a0eab18cb1278793aee006bcf289 (patch)
treefcbed30a67fc157254fc2163e388dc198b166eb2 /text.c
parent79766eb49ee18073da2950c22a271e5820b9f740 (diff)
started modern opengl
Diffstat (limited to 'text.c')
-rw-r--r--text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/text.c b/text.c
index 7bafd14..c2554e8 100644
--- a/text.c
+++ b/text.c
@@ -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.