aboutsummaryrefslogtreecommitdiffstats
path: root/src/objects.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects.hpp')
-rw-r--r--src/objects.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects.hpp b/src/objects.hpp
index 74ba884..3d816b9 100644
--- a/src/objects.hpp
+++ b/src/objects.hpp
@@ -5,5 +5,6 @@ class Mesh;
Mesh *form_cube();
Mesh *form_sphere(int longitude_count, int latitude_count);
+Mesh *form_circle(int angle_count);
#endif /* ENGINE_OBJECTS_H */