Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

File:
1 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:
Note: See TracChangeset for help on using the changeset viewer.