summaryrefslogtreecommitdiff
path: root/inc/cube.hpp
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-24 18:19:42 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-24 18:19:42 -0700
commitebc517c800a90f6f0ed157e5c3bd7c3bd18165b5 (patch)
tree781ab3e1aca5444fc0cdec56cb8c5b479d59c492 /inc/cube.hpp
parent9e35115be8950e2891232027aaf4bef7be44ace2 (diff)
downloadgbarubik-ebc517c800a90f6f0ed157e5c3bd7c3bd18165b5.tar.gz
gbarubik-ebc517c800a90f6f0ed157e5c3bd7c3bd18165b5.zip
base 3d uml setup
Diffstat (limited to 'inc/cube.hpp')
-rw-r--r--inc/cube.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/inc/cube.hpp b/inc/cube.hpp
new file mode 100644
index 0000000..363af14
--- /dev/null
+++ b/inc/cube.hpp
@@ -0,0 +1,11 @@
+#ifndef CUBE_HPP
+#define CUBE_HPP
+
+#include "mesh.hpp"
+
+class Cube : Mesh {
+public:
+ Cube();
+};
+
+#endif // CUBE_HPP