summaryrefslogtreecommitdiff
path: root/src/stb_image.cpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-09-23 00:33:33 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-09-23 00:33:33 -0500
commit500e1f9892dd41419663e9f72cf47bab5b2aca0b (patch)
treea0709693d5317a6b89cdda7ac3143886b93552f4 /src/stb_image.cpp
parentfa4b4097d3283e1d6e6376c70910e245f0b1f6ec (diff)
Saving work.
Diffstat (limited to 'src/stb_image.cpp')
-rw-r--r--src/stb_image.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stb_image.cpp b/src/stb_image.cpp
new file mode 100644
index 0000000..8ddfd1f
--- /dev/null
+++ b/src/stb_image.cpp
@@ -0,0 +1,2 @@
+#define STB_IMAGE_IMPLEMENTATION
+#include "stb_image.h"