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/Text.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/Text.cpp')
| -rw-r--r-- | src/Text.cpp | 1 |
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 { |
