From 6f32a2c73855a3d564d457fa357531b512eb3331 Mon Sep 17 00:00:00 2001 From: igor Date: Mon, 2 Mar 2026 15:00:14 -0800 Subject: [PATCH] Remove stb dependency. Needs cleanup. --- base_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_core.h b/base_core.h index 87f2a5d..e1f230f 100644 --- a/base_core.h +++ b/base_core.h @@ -18,7 +18,7 @@ #define STB_SPRINTF_DECORATE(name) raddbg_##name #define STB_SPRINTF_STATIC -#include "third_party/stb/stb_sprintf.h" +//#include "third_party/stb/stb_sprintf.h" //////////////////////////////// //~ rjf: Codebase Keywords