Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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.h

    r10045 r10061  
    88 public:
    99   AIModule();
    10    ~AIModule();
    11    void process();
     10   virtual ~AIModule() {}
     11   virtual void process();
    1212   void setDifficulty(int newDifficulty);
    1313   void setOwner(AITeamMember* newOwner);
    14  private:
     14 protected:
    1515   int difficulty;
    1616   AITeamMember* owner;
Note: See TracChangeset for help on using the changeset viewer.