Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2014, 4:27:06 PM (9 years ago)
Author:
maxima
Message:

Changes of Hannes. Upgrading towers does not work yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/towerdefenseHS14/src/modules/towerdefense/TowerDefenseEnemy.h

    r10132 r10159  
    2323#include "util/Output.h"
    2424#include "controllers/ArtificialController.h"
     25#include "TowerDefense.h"
    2526
    2627namespace orxonox
     
    3536
    3637                TowerDefenseEnemy(Context* context);
    37         virtual ~TowerDefenseEnemy() {};
     38        virtual ~TowerDefenseEnemy();
    3839
    3940        //health gibt es unter: health_
     
    4748        private:
    4849
     50        TowerDefense* td;
     51        bool once_;
    4952        std::vector<TDCoordinate*> Waypointsvector_;
    5053
Note: See TracChangeset for help on using the changeset viewer.