Merge branch 'working'

This commit is contained in:
Sean Barrett 2020-02-05 04:32:20 -08:00
commit f54acd4e13

View File

@ -3,8 +3,6 @@
#if USE_STB #if USE_STB
# include "stb_sprintf.h" # include "stb_sprintf.h"
//# define STB_SPRINTF_IMPLEMENTATION
# include "stb_sprintf.h"
# define SPRINTF stbsp_sprintf # define SPRINTF stbsp_sprintf
# define SNPRINTF stbsp_snprintf # define SNPRINTF stbsp_snprintf
#else #else