mirror of
https://github.com/nothings/stb
synced 2024-12-16 04:42:42 +03:00
18 lines
416 B
C++
18 lines
416 B
C++
#define STB_TRUETYPE_IMPLEMENTATIOn
|
|
#define STB_PERLIN_IMPLEMENTATION
|
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
|
#define STB_DXT_IMPLEMENATION
|
|
#define STB_C_LEXER_IMPLEMENTATIOn
|
|
#define STB_DIVIDE_IMPLEMENTATION
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
|
|
#include "stb_truetype.h"
|
|
#include "stb_image_write.h"
|
|
#include "stb_perlin.h"
|
|
#include "stb_dxt.h"
|
|
#include "stb_c_lexer.h"
|
|
#include "stb_divide.h"
|
|
#include "stb_image.h"
|
|
|
|
|