2014-05-26 04:10:17 +01:00
|
|
|
#define STB_PERLIN_IMPLEMENTATION
|
|
|
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
|
|
|
#define STB_DXT_IMPLEMENATION
|
|
|
|
#define STB_C_LEXER_IMPLEMENTATIOn
|
2014-05-26 05:54:59 +01:00
|
|
|
#define STB_DIVIDE_IMPLEMENTATION
|
2014-05-31 13:38:26 +01:00
|
|
|
#define STB_IMAGE_IMPLEMENTATION
|
2014-07-07 12:54:52 +01:00
|
|
|
#define STB_HERRINGBONE_WANG_TILE_IMEPLEMENTATIOn
|
2014-08-11 09:56:47 +01:00
|
|
|
#define STB_RESAMPLE_IMPLEMENTATION
|
2014-05-26 04:10:17 +01:00
|
|
|
|
2014-07-07 12:54:52 +01:00
|
|
|
#include "stb_herringbone_wang_tile.h"
|
2014-05-31 13:38:26 +01:00
|
|
|
#include "stb_image.h"
|
2014-05-26 04:10:17 +01:00
|
|
|
#include "stb_image_write.h"
|
|
|
|
#include "stb_perlin.h"
|
|
|
|
#include "stb_dxt.h"
|
|
|
|
#include "stb_c_lexer.h"
|
2014-05-26 05:54:59 +01:00
|
|
|
#include "stb_divide.h"
|
2014-08-11 09:56:47 +01:00
|
|
|
#include "stb_resample.h"
|