aboutsummaryrefslogtreecommitdiff
path: root/src/obj_parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/obj_parser.hpp')
-rw-r--r--src/obj_parser.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/obj_parser.hpp b/src/obj_parser.hpp
new file mode 100644
index 0000000..f6e8ca1
--- /dev/null
+++ b/src/obj_parser.hpp
@@ -0,0 +1,12 @@
+#ifndef OBJ_PARSER_H
+#define OBJ_PARSER_H
+
+#include "o3d/mesh.hpp"
+
+namespace engine {
+
+o3d::Mesh parse_object(const std::string& obj_path);
+
+}
+
+#endif // OBJ_PARSER_H