- Timestamp:
- Mar 27, 2014, 3:49:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/src/orxonox/worldentities/pawns/Pawn.h
r10003 r10007 233 233 234 234 virtual int isMyCollisionShape(const btCollisionShape* cs); 235 void printChildShapes(CompoundCollisionShape* cs, int indent, int subshape);236 235 void printBtChildShapes(btCompoundShape* cs, int indent, int subshape); 237 236 void printSpaces(int num); 237 int entityOfCollisionShape(const btCollisionShape* cs); 238 238 239 239 private:
Note: See TracChangeset
for help on using the changeset viewer.