parent
6d0bc14a25
commit
31897dfd7f
5 changed files with 50 additions and 2 deletions
@ -0,0 +1,11 @@ |
||||
#define STB_TRUETYPE_IMPLEMENTATIOn |
||||
#define STB_PERLIN_IMPLEMENTATION |
||||
#define STB_IMAGE_WRITE_IMPLEMENTATION |
||||
#define STB_DXT_IMPLEMENATION |
||||
#define STB_C_LEXER_IMPLEMENTATIOn |
||||
|
||||
#include "stb_truetype.h" |
||||
#include "stb_image_write.h" |
||||
#include "stb_perlin.h" |
||||
#include "stb_dxt.h" |
||||
#include "stb_c_lexer.h" |
@ -0,0 +1,11 @@ |
||||
#define STB_TRUETYPE_IMPLEMENTATIOn |
||||
#define STB_PERLIN_IMPLEMENTATION |
||||
#define STB_IMAGE_WRITE_IMPLEMENTATION |
||||
#define STB_DXT_IMPLEMENATION |
||||
#define STB_C_LEXER_IMPLEMENTATIOn |
||||
|
||||
#include "stb_truetype.h" |
||||
#include "stb_image_write.h" |
||||
#include "stb_perlin.h" |
||||
#include "stb_dxt.h" |
||||
#include "stb_c_lexer.h" |
Loading…
Reference in New Issue