Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10045 in orxonox.OLD for branches/ai/src/ai/ai_engine.h


Ignore:
Timestamp:
Dec 12, 2006, 10:43:36 PM (17 years ago)
Author:
tfahrni
Message:
 
File:
1 edited

Legend:

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

    r10041 r10045  
    1313   static AIEngine* getInstance() { if( singletonRef == NULL) singletonRef = new AIEngine(); return singletonRef; }
    1414
    15    void process();
     15   void tick(float dtS);
    1616   AITeam* getTeam(int);
    1717        int newTeam();
     18        float dtS;
    1819 private:
    1920        AIEngine();
Note: See TracChangeset for help on using the changeset viewer.