about summary refs log tree commit diff
path: root/src/Decals.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/Decals.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/Decals.cpp')
-rw-r--r--src/Decals.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Decals.cpp b/src/Decals.cpp
index ad98343..60014b3 100644
--- a/src/Decals.cpp
+++ b/src/Decals.cpp
@@ -1,5 +1,4 @@
 #include "Decals.h"
-#include "Textures.h"
 
 extern float multiplier;
 extern bool slomo;