Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2005, 3:01:57 AM (19 years ago)
Author:
buerlia
Message:

orxonox/branches/physics: IPhyics gets a mass..

File:
1 moved

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/util/physics/physics_engine.cc

    r4003 r4121  
    1818#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY
    1919
    20 #include "proto_class.h"
     20#include "physics_engine.h"
    2121
    2222#include "stdincl.h" // maybe
     
    2929   \todo this constructor is not jet implemented - do it
    3030*/
    31 ProtoClass::ProtoClass ()
     31PhysicsEngine::PhysicsEngine ()
    3232{
    33    this->setClassName ("ProtoClass");
     33   this->setClassName ("PhysicsEngine");
    3434}
    3535
     
    3939
    4040*/
    41 ProtoClass::~ProtoClass ()
     41PhysicsEngine::~PhysicsEngine ()
    4242{
    4343  // delete what has to be deleted here
     
    5151   this is just to show the doxygen abilities (this for example is an extension for a long comment)
    5252*/
    53 bool ProtoClass::doNonSense (int nothing) {}
     53bool PhysicsEngine::doNonSense (int nothing) {}
Note: See TracChangeset for help on using the changeset viewer.