fix c++ compilation

This commit is contained in:
Sean Barrett
2014-09-23 17:56:03 -07:00
parent 43fb9942de
commit 17647014b3
3 changed files with 49 additions and 40 deletions

View File

@ -14,4 +14,10 @@
#include "stb_dxt.h"
#include "stb_c_lexer.h"
#include "stb_divide.h"
#include "stb_image_resize.h"
#include "stb_image_resize.h"
#define STBTE_DRAW_RECT(x0,y0,x1,y1,color) 0
#define STBTE_DRAW_TILE(x,y,id,highlight) 0
#define STB_TILEMAP_EDITOR_IMPLEMENTATION
#include "stb_tilemap_editor.h"