Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 21, 2006, 10:14:15 PM (17 years ago)
Author:
tfahrni
Message:

startet to implement swarming

File:
1 edited

Legend:

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

    r10061 r10138  
    1616*/
    1717#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_AI
    18 
    1918#include "ai_module.h"
    20 //#include "ai_engine.h"
    21 //#include "debug.h"
    22 
    23 
    24 
    25 AIModule::AIModule()
    26 {
    27 }
    28 
    29 
    30 void AIModule::setDifficulty(int newDifficulty)
    31 {
    32         difficulty=newDifficulty;
    33 }
    34 
    35 
    36 
    37 void AIModule::setOwner(AITeamMember* newOwner)
    38 {
    39         owner=newOwner;
    40 }
    41 
     19#include "debug.h"
Note: See TracChangeset for help on using the changeset viewer.