From 70175cfce551a6b534771bd2b1dea6cfb417be1f Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:44:44 +1100 Subject: starting on cube --- src/impl.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/impl.c (limited to 'src/impl.c') diff --git a/src/impl.c b/src/impl.c new file mode 100644 index 0000000..18f2549 --- /dev/null +++ b/src/impl.c @@ -0,0 +1,4 @@ +// For pulling in implementation files of single-header libraries + +#define STB_IMAGE_IMPLEMENTATION +#include "stb_image.h" \ No newline at end of file -- cgit v1.2.3-70-g09d2