added OdeWorld::GeomType to keep track of a geometry's type
git-svn-id: svn://anubis/misc/OdeWorld@197 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
parent
a5268d4dd3
commit
71788d0707
@ -10,6 +10,8 @@
|
||||
class OdeWorld
|
||||
{
|
||||
public:
|
||||
enum GeomType { CUBE, SPHERE, PLANE, CYLINDER, CCYLINDER };
|
||||
|
||||
OdeWorld();
|
||||
~OdeWorld();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user