summary refs log tree commit diff
path: root/src/stb_image.c
diff options
context:
space:
mode:
authoriurii plugatarov <[email protected]>2024-08-11 00:17:42 +0200
committeriurii plugatarov <[email protected]>2024-08-11 00:17:42 +0200
commitee735611611bf7b27bccbca808e5d72da45b9937 (patch)
treecc42e64bb2e0814db9056d9147e388fe2d3bded0 /src/stb_image.c
parent90e85b2fe655a2643535b0f49d99836ac72e724c (diff)
downloadogl-ee735611611bf7b27bccbca808e5d72da45b9937.tar.gz
textures
Diffstat (limited to '')
-rw-r--r--src/stb_image.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stb_image.c b/src/stb_image.c
new file mode 100644
index 0000000..8ddfd1f
--- /dev/null
+++ b/src/stb_image.c
@@ -0,0 +1,2 @@
+#define STB_IMAGE_IMPLEMENTATION
+#include "stb_image.h"