Make this thing actually attempt to load

This commit is contained in:
jordan4ibanez 2023-11-29 05:51:32 -05:00
parent 7daa75ebcf
commit a2ced9b97b
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
#include "vector3d.h"
#define TINYGLTF_IMPLEMENTATION
#include <tiny_gltf.h>
#include "tinygltf/tiny_gltf.h"
#include <cstddef>
#include <cstring>

View File

@ -11,7 +11,7 @@
#include "vector2d.h"
#include "vector3d.h"
#include <tiny_gltf.h>
#include "tinygltf/tiny_gltf.h"
#include <cstddef>
#include <vector>