Changeset 2459 for code/branches/presentation/src/orxonox/OrxonoxPrereqs.h
- Timestamp:
- Dec 15, 2008, 12:53:05 AM (17 years ago)
- Location:
- code/branches/presentation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation
- Property svn:mergeinfo changed
-
code/branches/presentation/src/orxonox/OrxonoxPrereqs.h
r2385 r2459 107 107 108 108 class WorldEntity; 109 class PositionableEntity; 109 class StaticEntity; 110 class MobileEntity; 111 class ControllableEntity; 110 112 class MovableEntity; 111 class ControllableEntity;112 113 class Sublevel; 113 114 … … 153 154 154 155 class Scores; 156 157 // collision 158 class CollisionShape; 159 class SphereCollisionShape; 160 class CompoundCollisionShape; 161 class PlaneCollisionShape; 155 162 156 163 // tools … … 210 217 } 211 218 219 // Bullet Physics Engine 220 221 class btTransform; 222 class btVector3; 223 224 class btRigidBody; 225 class btCollisionObject; 226 class btGhostObject; 227 228 class btCollisionShape; 229 class btSphereShape; 230 class btCompoundShape; 231 class btStaticPlaneShape; 232 233 class btDiscreteDynamicsWorld; 234 class bt32BitAxisSweep3; 235 class btDefaultCollisionConfiguration; 236 class btCollisionDispatcher; 237 class btSequentialImpulseConstraintSolver; 238 239 // lua 212 240 struct lua_State; 213 241
Note: See TracChangeset
for help on using the changeset viewer.