aboutsummaryrefslogtreecommitdiffstats
path: root/src/objects.hpp
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-04-10 16:39:57 +0000
committerJoursoir <chat@joursoir.net>2021-04-10 16:39:57 +0000
commit887314d01046ed2c00db3eb7b4b227f070501aa1 (patch)
treeb594e1b01f768b7b805000397f2cbe9c8db10b67 /src/objects.hpp
parent97c388c80363a15a0ee49af6df6b2bbf4c5a4af1 (diff)
downloadspace-simulator-887314d01046ed2c00db3eb7b4b227f070501aa1.tar.gz
space-simulator-887314d01046ed2c00db3eb7b4b227f070501aa1.tar.bz2
space-simulator-887314d01046ed2c00db3eb7b4b227f070501aa1.zip
objects: source files move to game folder; use glm PI
Diffstat (limited to 'src/objects.hpp')
-rw-r--r--src/objects.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/objects.hpp b/src/objects.hpp
deleted file mode 100644
index 3d816b9..0000000
--- a/src/objects.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef ENGINE_OBJECTS_H
-#define ENGINE_OBJECTS_H
-
-class Mesh;
-
-Mesh *form_cube();
-Mesh *form_sphere(int longitude_count, int latitude_count);
-Mesh *form_circle(int angle_count);
-
-#endif /* ENGINE_OBJECTS_H */