From 400410fcd436d5e4310bfa779f0309c5fae5b2c2 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 16 Jan 2021 18:09:15 +0000 Subject: Initial commit Stripped back and formatted from https://github.com/BennyQBD/ModernOpenGLTutorial/ --- stb_image.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 stb_image.c (limited to 'stb_image.c') diff --git a/stb_image.c b/stb_image.c new file mode 100644 index 0000000..8ddfd1f --- /dev/null +++ b/stb_image.c @@ -0,0 +1,2 @@ +#define STB_IMAGE_IMPLEMENTATION +#include "stb_image.h" -- cgit v1.2.3