aboutsummaryrefslogtreecommitdiff
path: root/src/shared/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/util')
-rw-r--r--src/shared/util/tinyobj.cpp3
-rw-r--r--src/shared/util/tinyobj.hpp2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/shared/util/tinyobj.cpp b/src/shared/util/tinyobj.cpp
new file mode 100644
index 0000000..a5dfe73
--- /dev/null
+++ b/src/shared/util/tinyobj.cpp
@@ -0,0 +1,3 @@
+/* Includes the tinyobjloader library */
+#define TINYOBJ_LOADER_C_IMPLEMENTATION
+#include "tinyobj.hpp"
diff --git a/src/shared/util/tinyobj.hpp b/src/shared/util/tinyobj.hpp
new file mode 100644
index 0000000..6e4cc74
--- /dev/null
+++ b/src/shared/util/tinyobj.hpp
@@ -0,0 +1,2 @@
+/* Includes the tinyobjloader library */
+#include <tinyobj_loader_c.h>