diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/vendor/cgltf-include.cpp | 5 | ||||
| -rw-r--r-- | src/vendor/cgltf-include.hpp | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/vendor/cgltf-include.cpp b/src/vendor/cgltf-include.cpp new file mode 100644 index 0000000..9df78c9 --- /dev/null +++ b/src/vendor/cgltf-include.cpp @@ -0,0 +1,5 @@ + +#define CGLTF_IMPLEMENTATION + +#include "cgltf-include.hpp" + diff --git a/src/vendor/cgltf-include.hpp b/src/vendor/cgltf-include.hpp new file mode 100644 index 0000000..7f69ca0 --- /dev/null +++ b/src/vendor/cgltf-include.hpp @@ -0,0 +1,6 @@ +#ifndef PKE_VENDOR_CGLTF_HPP +#define PKE_VENDOR_CGLTF_HPP + +#include "cgltf.h" + +#endif /* PKE_VENDOR_CGLTF_HPP */ |
