Changeset 1748
- Timestamp:
- Aug 15, 2012, 3:29:35 PM (11 years ago)
- Location:
- trunk/test
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/BtPhysTest.cpp
r1747 r1748 105 105 Ticker::Ref(NewPhyobj); 106 106 m_ground_list << NewPhyobj; 107 } 107 } 108 108 } 109 109 -
trunk/test/Physics/Include/EasyCharacterController.h
r1747 r1748 19 19 20 20 #ifdef HAVE_PHYS_USE_BULLET 21 #include "core.h"21 #include <BulletDynamics/Character/btKinematicCharacterController.h> 22 22 #include "EasyPhysics.h" 23 #include <BulletDynamics/Character/btKinematicCharacterController.h>24 23 #endif 25 24 -
trunk/test/Physics/Include/EasyConstraint.h
r1747 r1748 19 19 20 20 #ifdef HAVE_PHYS_USE_BULLET 21 #include "core.h"22 21 #include "EasyPhysics.h" 23 22 #endif -
trunk/test/Physics/Include/EasyPhysics.h
r1747 r1748 20 20 #ifdef HAVE_PHYS_USE_BULLET 21 21 #include "core.h" 22 #include <bullet/btBulletDynamicsCommon.h> 23 #include <bullet/btBulletCollisionCommon.h> 24 #include <bullet/BulletCollision/CollisionDispatch/btGhostObject.h> 22 #include "LolPhysics.h" 25 23 #endif 26 24 -
trunk/test/Physics/Include/LolPhysics.h
r1747 r1748 12 12 #include <bullet/btBulletDynamicsCommon.h> 13 13 #include <bullet/btBulletCollisionCommon.h> 14 #include <bullet/BulletCollision/CollisionDispatch/btGhostObject.h> 14 15 #include "LolBtPhysicsIntegration.h" 15 #include "EasyPhysics.h"16 #include "EasyConstraint.h"17 16 #endif 18 17 -
trunk/test/Physics/Src/EasyCharacterController.cpp
r1747 r1748 15 15 #endif 16 16 17 #include "../Include/LolBtPhysicsIntegration.h" 18 #include "../Include/LolPhysics.h" 17 #ifdef HAVE_PHYS_USE_BULLET 19 18 #include "../Include/EasyCharacterController.h" 19 #endif //HAVE_PHYS_USE_BULLET 20 20 21 21 namespace lol -
trunk/test/Physics/Src/EasyConstraint.cpp
r1747 r1748 1 #include "../Include/LolBtPhysicsIntegration.h" 2 #include "../Include/LolPhysics.h" 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 3 18 #include "../Include/EasyConstraint.h" 19 #endif //HAVE_PHYS_USE_BULLET 4 20 5 21 namespace lol -
trunk/test/Physics/Src/EasyPhysics.cpp
r1747 r1748 15 15 #endif 16 16 17 #include "../Include/LolBtPhysicsIntegration.h" 18 #include "../Include/LolPhysics.h" 17 #ifdef HAVE_PHYS_USE_BULLET 18 #include "../Include/EasyPhysics.h" 19 #endif // HAVE_PHYS_USE_BULLET 19 20 20 21 namespace lol
Note: See TracChangeset
for help on using the changeset viewer.