diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-17 22:17:48 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-17 22:17:48 +0700 |
| commit | b1e4fa0d290c3f484054b61f8d2875cae33e099d (patch) | |
| tree | a35307ae1ce237386da728623ad7211dac8b7513 /src/Decals.cpp | |
| parent | 1084e3f994eeedaf54cc8c9785f75ddb1727191e (diff) | |
| download | blackshades-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.cpp | 1 |
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; |
