stb/tests/test_c_compilation.c

24 lines
677 B
C
Raw Normal View History

#define STB_PERLIN_IMPLEMENTATION
#define STB_IMAGE_WRITE_IMPLEMENTATION
#define STB_DXT_IMPLEMENATION
#define STB_C_LEXER_IMPLEMENTATIOn
2014-05-26 08:54:59 +04:00
#define STB_DIVIDE_IMPLEMENTATION
2014-05-31 16:38:26 +04:00
#define STB_IMAGE_IMPLEMENTATION
2014-07-07 15:54:52 +04:00
#define STB_HERRINGBONE_WANG_TILE_IMEPLEMENTATIOn
2014-08-18 20:12:59 +04:00
#define STB_IMAGE_RESIZE_IMPLEMENTATION
2014-07-07 15:54:52 +04:00
#include "stb_herringbone_wang_tile.h"
2014-05-31 16:38:26 +04:00
#include "stb_image.h"
#include "stb_image_write.h"
#include "stb_perlin.h"
#include "stb_dxt.h"
#include "stb_c_lexer.h"
2014-05-26 08:54:59 +04:00
#include "stb_divide.h"
2014-09-24 04:56:03 +04:00
#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"