aboutsummaryrefslogtreecommitdiffstats
path: root/src/objects.hpp
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-04-06 09:08:45 +0000
committerJoursoir <chat@joursoir.net>2021-04-06 09:08:45 +0000
commit52307df6461880423169e4deecd2c3e2f54509bb (patch)
tree3ab4eeb5c114d257be3a1620bb7b6980128f858f /src/objects.hpp
parent3d6a072dc92f48fbc0e5392733d53e8c9af41581 (diff)
downloadspace-simulator-52307df6461880423169e4deecd2c3e2f54509bb.tar.gz
space-simulator-52307df6461880423169e4deecd2c3e2f54509bb.tar.bz2
space-simulator-52307df6461880423169e4deecd2c3e2f54509bb.zip
objects: fix bugs, add form circle
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 */