From b1e4fa0d290c3f484054b61f8d2875cae33e099d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Fri, 17 Sep 2021 22:17:48 +0700 Subject: Convert texture loading code to Zig LodePNG replaces stb because complicated headers don't play nice with Zig. Textures are now loaded from installed path instead of CWD too. --- src/Text.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Text.cpp') diff --git a/src/Text.cpp b/src/Text.cpp index 5da702b..1123bfd 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -1,6 +1,5 @@ /**> HEADER FILES <**/ #include "Text.h" -#include "Textures.h" void Text::BuildFont() // Build Our Font Display List { -- cgit v1.2.3