Changeset 2303 for code/branches/physics/src/orxonox/OrxonoxPrereqs.h
- Timestamp:
- Dec 1, 2008, 11:09:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/orxonox/OrxonoxPrereqs.h
r2300 r2303 151 151 class Scores; 152 152 153 // collision 154 class CollisionShape; 155 class SphereCollisionShape; 156 153 157 // tools 154 158 class BillboardSet; … … 209 213 class btCollisionObject; 210 214 class btGhostObject; 215 211 216 class btCollisionShape; 212 217 class btSphereShape; 213 214 218 class btCompoundShape; 219 220 class btDiscreteDynamicsWorld; 221 222 // lua 215 223 struct lua_State; 216 224
Note: See TracChangeset
for help on using the changeset viewer.