From ce526bebc966da0b60f1b01be3802c8b026d274f Mon Sep 17 00:00:00 2001 From: Yggdrasil75 Date: Fri, 30 Jan 2026 08:17:19 -0500 Subject: [PATCH] woops. didnt mean to remove that. --- tests/stb_image.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/stb_image.cpp diff --git a/tests/stb_image.cpp b/tests/stb_image.cpp new file mode 100644 index 0000000..badb3ef --- /dev/null +++ b/tests/stb_image.cpp @@ -0,0 +1,2 @@ +#define STB_IMAGE_IMPLEMENTATION +#include "stb_image.h" \ No newline at end of file