mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
move prototype decl to base_core.h to fix implicit function usage
This commit is contained in:
committed by
Ryan Fleury
parent
3bd8f0e1d5
commit
e0c409e3f4
@@ -627,12 +627,8 @@ index_of_zero_u64(U64 *ptr, U64 count)
|
|||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
//~ rjf: Third Party Includes
|
//~ rjf: Third Party Includes
|
||||||
|
|
||||||
#define STB_SPRINTF_DECORATE(name) raddbg_##name
|
|
||||||
#include "third_party/stb/stb_sprintf.h"
|
|
||||||
|
|
||||||
#if !BUILD_SUPPLEMENTARY_UNIT
|
#if !BUILD_SUPPLEMENTARY_UNIT
|
||||||
# define STB_SPRINTF_IMPLEMENTATION
|
# define STB_SPRINTF_IMPLEMENTATION
|
||||||
# define STB_SPRINTF_STATIC
|
|
||||||
# include "third_party/stb/stb_sprintf.h"
|
# include "third_party/stb/stb_sprintf.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,13 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.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
|
//~ rjf: Codebase Keywords
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user