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:
josh 2009-10-26 02:32:13 +00:00
parent a5268d4dd3
commit 71788d0707

View File

@ -10,6 +10,8 @@
class OdeWorld
{
public:
enum GeomType { CUBE, SPHERE, PLANE, CYLINDER, CCYLINDER };
OdeWorld();
~OdeWorld();