Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4418 in orxonox.OLD for orxonox/trunk/src/lib/coord/pilot_node.cc


Ignore:
Timestamp:
May 31, 2005, 5:11:12 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: further work on debug level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/pilot_node.cc

    r4326 r4418  
    1919#include "pilot_node.h"
    2020#include "command_node.h"
    21 
     21#include "event.h"
    2222
    2323using namespace std;
     
    5454  //this->setAbsDir(Quaternion(M_PI * 0.4, Vector(1, 0, 0)));
    5555}
     56
     57
     58void PilotNode::process( const Event &event)
     59{
     60
     61}
Note: See TracChangeset for help on using the changeset viewer.