summary refs log tree commit diff stats
path: root/vendor/stb_image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/stb_image.cpp')
-rw-r--r--vendor/stb_image.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/stb_image.cpp b/vendor/stb_image.cpp new file mode 100644 index 0000000..e834e1e --- /dev/null +++ b/vendor/stb_image.cpp
@@ -0,0 +1,4 @@
1#define STB_IMAGE_IMPLEMENTATION
2#define STBI_ONLY_PNG
3#define STBI_ONLY_BMP
4#include "stb_image.h"