From 94b0ddee1b3966af68c052175ff101855f327949 Mon Sep 17 00:00:00 2001 From: Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com> Date: Sat, 25 May 2024 12:58:47 -0400 Subject: [PATCH] Remove STB implementation as it's already defined in RT64 --- src/main/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/main.cpp b/src/main/main.cpp index 3cc2893..37ea989 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -31,7 +31,6 @@ #include "SDL_syswm.h" #endif -#define STB_IMAGE_IMPLEMENTATION #include "../../lib/rt64/src/contrib/stb/stb_image.h" extern "C" void init();