summaryrefslogtreecommitdiff
path: root/inc/cube.hpp
diff options
context:
space:
mode:
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