Changeset 1749
- Timestamp:
- Aug 15, 2012, 4:11:32 PM (11 years ago)
- Location:
- trunk/test
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/BtPhysTest.cpp
r1748 r1749 105 105 Ticker::Ref(NewPhyobj); 106 106 m_ground_list << NewPhyobj; 107 } 107 } 108 108 } 109 109 -
trunk/test/Physics/Include/EasyCharacterController.h
r1748 r1749 19 19 20 20 #ifdef HAVE_PHYS_USE_BULLET 21 #include "core.h" 22 #include "EasyPhysics.h" 21 23 #include <BulletDynamics/Character/btKinematicCharacterController.h> 22 #include "EasyPhysics.h"23 24 #endif 24 25 -
trunk/test/Physics/Include/EasyConstraint.h
r1748 r1749 19 19 20 20 #ifdef HAVE_PHYS_USE_BULLET 21 #include "core.h" 21 22 #include "EasyPhysics.h" 22 23 #endif -
trunk/test/Physics/Include/EasyPhysics.h
r1748 r1749 20 20 #ifdef HAVE_PHYS_USE_BULLET 21 21 #include "core.h" 22 #include "LolPhysics.h" 22 #include <bullet/btBulletDynamicsCommon.h> 23 #include <bullet/btBulletCollisionCommon.h> 24 #include <bullet/BulletCollision/CollisionDispatch/btGhostObject.h> 23 25 #endif 24 26 -
trunk/test/Physics/Include/LolPhysics.h
r1748 r1749 12 12 #include <bullet/btBulletDynamicsCommon.h> 13 13 #include <bullet/btBulletCollisionCommon.h> 14 #include <bullet/BulletCollision/CollisionDispatch/btGhostObject.h>15 14 #include "LolBtPhysicsIntegration.h" 15 #include "EasyPhysics.h" 16 #include "EasyConstraint.h" 16 17 #endif 17 18 -
trunk/test/Physics/Src/EasyCharacterController.cpp
r1748 r1749 15 15 #endif 16 16 17 #ifdef HAVE_PHYS_USE_BULLET 17 #include "../Include/LolBtPhysicsIntegration.h" 18 #include "../Include/LolPhysics.h" 18 19 #include "../Include/EasyCharacterController.h" 19 #endif //HAVE_PHYS_USE_BULLET20 20 21 21 namespace lol -
trunk/test/Physics/Src/EasyConstraint.cpp
r1748 r1749 1 // 2 // Lol Engine 3 // 4 // Copyright: (c) 2010-2012 Sam Hocevar <sam@hocevar.net> 5 // (c) 2009-2012 Cédric Lecacheur <jordx@free.fr> 6 // (c) 2009-2012 Benjamin Huet <huet.benjamin@gmail.com> 7 // This program is free software; you can redistribute it and/or 8 // modify it under the terms of the Do What The Fuck You Want To 9 // Public License, Version 2, as published by Sam Hocevar. See 10 // http://sam.zoy.org/projects/COPYING.WTFPL for more details. 11 // 12 13 #if defined HAVE_CONFIG_H 14 # include "config.h" 15 #endif 16 17 #ifdef HAVE_PHYS_USE_BULLET 1 #include "../Include/LolBtPhysicsIntegration.h" 2 #include "../Include/LolPhysics.h" 18 3 #include "../Include/EasyConstraint.h" 19 #endif //HAVE_PHYS_USE_BULLET20 4 21 5 namespace lol -
trunk/test/Physics/Src/EasyPhysics.cpp
r1748 r1749 15 15 #endif 16 16 17 #ifdef HAVE_PHYS_USE_BULLET 18 #include "../Include/EasyPhysics.h" 19 #endif // HAVE_PHYS_USE_BULLET 17 #include "../Include/LolBtPhysicsIntegration.h" 18 #include "../Include/LolPhysics.h" 20 19 21 20 namespace lol
Note: See TracChangeset
for help on using the changeset viewer.