mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-07 16:18:49 +00:00
allow optional include of stb sprintf
This commit is contained in:
+4
-2
@@ -597,9 +597,11 @@ MD_GetScratchDefault(MD_Arena **conflicts, MD_u64 count){
|
|||||||
|
|
||||||
#define MD_UNTERMINATED_TOKEN_LEN_CAP 20
|
#define MD_UNTERMINATED_TOKEN_LEN_CAP 20
|
||||||
|
|
||||||
#define STB_SPRINTF_IMPLEMENTATION
|
#if !defined(MD_NO_STB_SPRINTF)
|
||||||
#define STB_SPRINTF_DECORATE(name) md_stbsp_##name
|
#define MD_STB_SPRINTF_IMPLEMENTATION
|
||||||
|
#define MD_STB_SPRINTF_DECORATE(name) md_stbsp_##name
|
||||||
#include "md_stb_sprintf.h"
|
#include "md_stb_sprintf.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//~ Nil Node Definition
|
//~ Nil Node Definition
|
||||||
|
|||||||
Reference in New Issue
Block a user