summaryrefslogtreecommitdiff
path: root/engine/src/file_format/wavefront.rs
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/file_format/wavefront.rs')
-rw-r--r--engine/src/file_format/wavefront.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/src/file_format/wavefront.rs b/engine/src/file_format/wavefront.rs
new file mode 100644
index 0000000..b23706a
--- /dev/null
+++ b/engine/src/file_format/wavefront.rs
@@ -0,0 +1,3 @@
+pub mod obj;
+
+mod common;