move prototype decl to base_core.h to fix implicit function usage

This commit is contained in:
Nikita Smith
2025-09-05 15:19:30 -07:00
committed by Ryan Fleury
parent 3bd8f0e1d5
commit e0c409e3f4
2 changed files with 7 additions and 4 deletions
+7
View File
@@ -13,6 +13,13 @@
#include <string.h>
#include <stdint.h>
////////////////////////////////
//~ rjf: Third Party Includes
#define STB_SPRINTF_DECORATE(name) raddbg_##name
#define STB_SPRINTF_STATIC
#include "third_party/stb/stb_sprintf.h"
////////////////////////////////
//~ rjf: Codebase Keywords