fix c++ compilation
This commit is contained in:
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user