mirror of https://github.com/nothings/stb.git
10 lines
238 B
C
10 lines
238 B
C
|
#define STB_PERLIN_IMPLEMENTATION
|
||
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||
|
#define STB_DXT_IMPLEMENATION
|
||
|
#define STB_C_LEXER_IMPLEMENTATIOn
|
||
|
|
||
|
#include "stb_image_write.h"
|
||
|
#include "stb_perlin.h"
|
||
|
#include "stb_dxt.h"
|
||
|
#include "stb_c_lexer.h"
|