Allow compiling as C pre-C99 (don't rely on declare-anywhere)

This commit is contained in:
Sean Barrett
2014-08-11 01:56:47 -07:00
parent 3077bf5023
commit a0537bfd04
2 changed files with 42 additions and 24 deletions

View File

@ -5,6 +5,7 @@
#define STB_DIVIDE_IMPLEMENTATION
#define STB_IMAGE_IMPLEMENTATION
#define STB_HERRINGBONE_WANG_TILE_IMEPLEMENTATIOn
#define STB_RESAMPLE_IMPLEMENTATION
#include "stb_herringbone_wang_tile.h"
#include "stb_image.h"
@ -13,3 +14,4 @@
#include "stb_dxt.h"
#include "stb_c_lexer.h"
#include "stb_divide.h"
#include "stb_resample.h"