stb/tests/test_cpp_compilation.cpp

14 lines
358 B
C++
Raw Normal View History

#define STB_TRUETYPE_IMPLEMENTATIOn
#define STB_PERLIN_IMPLEMENTATION
#define STB_IMAGE_WRITE_IMPLEMENTATION
#define STB_DXT_IMPLEMENATION
#define STB_C_LEXER_IMPLEMENTATIOn
2014-05-26 00:54:59 -04:00
#define STB_DIVIDE_IMPLEMENTATION
#include "stb_truetype.h"
#include "stb_image_write.h"
#include "stb_perlin.h"
#include "stb_dxt.h"
#include "stb_c_lexer.h"
2014-05-26 00:54:59 -04:00
#include "stb_divide.h"