for real this time

This commit is contained in:
ryanfleury
2021-09-24 18:57:32 -06:00
parent 612fad86cf
commit c73e6961a5
+2
View File
@@ -384,8 +384,10 @@
#define MD_MemoryCopy(d,s,z) (MD_IMPL_Memmove(d,s,z))
//~ sprintf
#if !defined(MD_NO_STB_SPRINTF)
#define STB_SPRINTF_DECORATE(name) md_stbsp_##name
#include "md_stb_sprintf.h"
#endif
//~/////////////////////////////////////////////////////////////////////////////
//////////////////////////////////// Types /////////////////////////////////////