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

@ -15,3 +15,8 @@
#include "stb_divide.h"
#include "stb_image.h"
#include "stb_herringbone_wang_tile.h"
#define STBTE_DRAW_RECT(x0,y0,x1,y1,color)
#define STBTE_DRAW_TILE(x,y,id,highlight)
#define STB_TILEMAP_EDITOR_IMPLEMENTATION
#include "stb_tilemap_editor.h"