Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4381 in orxonox.OLD for orxonox/trunk/src/lib/physics


Ignore:
Timestamp:
May 29, 2005, 8:47:30 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: made include more local. stdincl.h not in base_object.h anymore

Location:
orxonox/trunk/src/lib/physics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/physics/physics_connection.h

    r4377 r4381  
    77#define _PHYSICS_CONNECTION_H
    88
     9#include "base_object.h"
    910// Forward Declaration
    1011class PhysicsInterface;
     
    2021
    2122//! A class that Handles Physical Connection between subjects
    22 class PhysicsConnection {
     23class PhysicsConnection : virtual public BaseObject
     24{
    2325
    2426 public:
  • orxonox/trunk/src/lib/physics/physics_engine.cc

    r4378 r4381  
    1414*/
    1515
    16 //#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY
     16#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_PHYSICS
    1717
    1818#include "physics_engine.h"
     19
     20#include "debug.h"
    1921
    2022#include "list.h"
Note: See TracChangeset for help on using the changeset viewer.