Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10062 in orxonox.OLD


Ignore:
Timestamp:
Dec 13, 2006, 1:39:44 PM (17 years ago)
Author:
tfahrni
Message:
 
Location:
branches/ai/src/ai
Files:
2 edited

Legend:

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

    r10061 r10062  
    99   AIModule();
    1010   virtual ~AIModule() {}
    11    virtual void process();
     11   virtual void process() {}
    1212   void setDifficulty(int newDifficulty);
    1313   void setOwner(AITeamMember* newOwner);
  • branches/ai/src/ai/shooting_module.h

    r10061 r10062  
    88 public:
    99   ShootingModule();
    10    ~ShootingModule();
    11    void process();
     10   virtual ~ShootingModule();
     11   virtual void process();
    1212 private:
    1313};
Note: See TracChangeset for help on using the changeset viewer.