summaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2026-01-04 22:12:24 +0200
committerDrNuget <drnuget@outlook.com>2026-01-04 22:12:24 +0200
commit510f1bac9b71ba240d30bb5bc5df6501e70fafc9 (patch)
tree7bc48763071a8c315b82e638a267411c3453dd09 /src/cube.h
downloadopengl-test-510f1bac9b71ba240d30bb5bc5df6501e70fafc9.tar.gz
Working 3D with .obj file loading
Diffstat (limited to 'src/cube.h')
-rw-r--r--src/cube.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cube.h b/src/cube.h
new file mode 100644
index 0000000..1e932c8
--- /dev/null
+++ b/src/cube.h
@@ -0,0 +1,4 @@
+#pragma once
+#include "object.h"
+
+ViewModel createCube();