3 changed files with 12 additions and 4 deletions
@ -0,0 +1,12 @@
|
||||
|
||||
// NOTE: put all the header-only libs in a separate compilation unit to save on
|
||||
// compile times
|
||||
|
||||
#define TINYGLTF_IMPLEMENTATION |
||||
#include "tiny_gltf.h" |
||||
|
||||
#define STB_IMAGE_IMPLEMENTATION |
||||
#define STB_IMAGE_WRITE_IMPLEMENTATION |
||||
#include "stb_image.h" |
||||
#include "stb_image_write.h" |
||||
|
||||
Loading…
Reference in new issue