- Timestamp:
- 01/31/10 14:35:40 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/branches/0185_GEN_PHYSICS_REFACTOR_2/ZBullet/src/PhysicsService.hpp
r3292 r3342 54 54 /// @{ 55 55 public: 56 virtual pPhysicsZone_type createZone( void);56 virtual pPhysicsZone_type createZone(const Math::Vector3& _min, const Math::Vector3& _max); 57 57 virtual void stepSimulation(double _elapsedTime); 58 58 /// @}
