Changeset 1748


Ignore:
Timestamp:
Aug 15, 2012, 3:29:35 PM (11 years ago)
Author:
touky
Message:

Small .h & .cpp refactor

Location:
trunk/test
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/BtPhysTest.cpp

    r1747 r1748  
    105105                        Ticker::Ref(NewPhyobj);
    106106                        m_ground_list << NewPhyobj;
    107                 }
     107                }       
    108108        }
    109109
  • trunk/test/Physics/Include/EasyCharacterController.h

    r1747 r1748  
    1919
    2020#ifdef HAVE_PHYS_USE_BULLET
    21 #include "core.h"
     21#include <BulletDynamics/Character/btKinematicCharacterController.h>
    2222#include "EasyPhysics.h"
    23 #include <BulletDynamics/Character/btKinematicCharacterController.h>
    2423#endif
    2524
  • trunk/test/Physics/Include/EasyConstraint.h

    r1747 r1748  
    1919
    2020#ifdef HAVE_PHYS_USE_BULLET
    21 #include "core.h"
    2221#include "EasyPhysics.h"
    2322#endif
  • trunk/test/Physics/Include/EasyPhysics.h

    r1747 r1748  
    2020#ifdef HAVE_PHYS_USE_BULLET
    2121#include "core.h"
    22 #include <bullet/btBulletDynamicsCommon.h>
    23 #include <bullet/btBulletCollisionCommon.h>
    24 #include <bullet/BulletCollision/CollisionDispatch/btGhostObject.h>
     22#include "LolPhysics.h"
    2523#endif
    2624
  • trunk/test/Physics/Include/LolPhysics.h

    r1747 r1748  
    1212#include <bullet/btBulletDynamicsCommon.h>
    1313#include <bullet/btBulletCollisionCommon.h>
     14#include <bullet/BulletCollision/CollisionDispatch/btGhostObject.h>
    1415#include "LolBtPhysicsIntegration.h"
    15 #include "EasyPhysics.h"
    16 #include "EasyConstraint.h"
    1716#endif
    1817
  • trunk/test/Physics/Src/EasyCharacterController.cpp

    r1747 r1748  
    1515#endif
    1616
    17 #include "../Include/LolBtPhysicsIntegration.h"
    18 #include "../Include/LolPhysics.h"
     17#ifdef HAVE_PHYS_USE_BULLET
    1918#include "../Include/EasyCharacterController.h"
     19#endif //HAVE_PHYS_USE_BULLET
    2020
    2121namespace 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
    318#include "../Include/EasyConstraint.h"
     19#endif //HAVE_PHYS_USE_BULLET
    420
    521namespace lol
  • trunk/test/Physics/Src/EasyPhysics.cpp

    r1747 r1748  
    1515#endif
    1616
    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
    1920
    2021namespace lol
Note: See TracChangeset for help on using the changeset viewer.