about summary refs log tree commit diff
path: root/src/Text.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-17 22:17:48 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-17 22:17:48 +0700
commitb1e4fa0d290c3f484054b61f8d2875cae33e099d (patch)
treea35307ae1ce237386da728623ad7211dac8b7513 /src/Text.cpp
parent1084e3f994eeedaf54cc8c9785f75ddb1727191e (diff)
downloadblackshades-b1e4fa0d290c3f484054b61f8d2875cae33e099d.tar.gz
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.
Diffstat (limited to 'src/Text.cpp')
-rw-r--r--src/Text.cpp1
1 files changed, 0 insertions, 1 deletions
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
 {