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