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

This commit is contained in:
Nikita Smith
2025-08-21 14:30:48 -07:00
committed by Ryan Fleury
parent 3bd8f0e1d5
commit e0c409e3f4
2 changed files with 7 additions and 4 deletions
-4
View File
@@ -627,12 +627,8 @@ index_of_zero_u64(U64 *ptr, U64 count)
////////////////////////////////
//~ rjf: Third Party Includes
#define STB_SPRINTF_DECORATE(name) raddbg_##name
#include "third_party/stb/stb_sprintf.h"
#if !BUILD_SUPPLEMENTARY_UNIT
# define STB_SPRINTF_IMPLEMENTATION
# define STB_SPRINTF_STATIC
# include "third_party/stb/stb_sprintf.h"
#endif
+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