rename all stb_sprintf identifiers to follow stb conventions

This commit is contained in:
Sean Barrett
2016-12-05 03:48:37 -08:00
parent fd23d7097d
commit c9fe5bac48
6 changed files with 338 additions and 303 deletions

View File

@ -1,3 +1,7 @@
#include "stb_sprintf.h"
#define STB_SPRINTF_IMPLEMENTATION
#include "stb_sprintf.h"
#define STB_TRUETYPE_IMPLEMENTATION
#define STB_PERLIN_IMPLEMENTATION
#define STB_IMAGE_WRITE_IMPLEMENTATION