aboutsummaryrefslogtreecommitdiffstats
path: root/src/objects.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects.hpp')
-rw-r--r--src/objects.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/objects.hpp b/src/objects.hpp
new file mode 100644
index 0000000..74ba884
--- /dev/null
+++ b/src/objects.hpp
@@ -0,0 +1,9 @@
+#ifndef ENGINE_OBJECTS_H
+#define ENGINE_OBJECTS_H
+
+class Mesh;
+
+Mesh *form_cube();
+Mesh *form_sphere(int longitude_count, int latitude_count);
+
+#endif /* ENGINE_OBJECTS_H */