Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10061 in orxonox.OLD for branches/ai/src/ai/ai_module.cc


Ignore:
Timestamp:
Dec 13, 2006, 1:30:30 PM (17 years ago)
Author:
tfahrni
Message:

Makefiles removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ai/src/ai/ai_module.cc

    r10045 r10061  
    1818
    1919#include "ai_module.h"
    20 #include "ai_engine.h"
    21 #include "debug.h"
     20//#include "ai_engine.h"
     21//#include "debug.h"
    2222
    2323
     
    2626{
    2727}
    28 
    29 
    30 AIModule::~AIModule()
    31 {
    32 }
    33 
    34 
    35 
    36 void AIModule::process()
    37 {
    38 std::cout << "Processing Module...\n";
    39 }
    40 
    4128
    4229
Note: See TracChangeset for help on using the changeset viewer.