Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2016, 8:01:09 PM (8 years ago)
Author:
landauf
Message:

removed empty tick functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v3/src/modules/mini4dgame/Mini4DgameAI.h

    r11054 r11058  
    3939#include <list>
    4040
    41 #include "tools/interfaces/Tickable.h"
    42 
    4341#include "controllers/Controller.h"
    4442#include "Mini4DgameCenterpoint.h"
     
    5553        Oliver Richter
    5654    */
    57     class _Mini4DgameExport Mini4DgameAI : public Controller, public Tickable
     55    class _Mini4DgameExport Mini4DgameAI : public Controller
    5856    {
    5957        public:
     
    7270            */
    7371            Vector4 makeMove(float timeout);
    74 
    75 
    76             virtual void tick(float dt);
    7772
    7873            void setCenterpoint(Mini4DgameCenterpoint* center)
Note: See TracChangeset for help on using the changeset viewer.