mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-20 18:18:50 +00:00
10 lines
184 B
C++
10 lines
184 B
C++
#define TINYGLTF_IMPLEMENTATION
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
|
|
|
#ifdef _WIN32
|
|
#include "../../tiny_gltf.h"
|
|
#else
|
|
#include "tiny_gltf.h"
|
|
#endif
|