aboutsummaryrefslogtreecommitdiffstats
path: root/src/objects.hpp
blob: 74ba884e96050e2d843d1a4b5390fb235bf270bf (plain)
1
2
3
4
5
6
7
8
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 */