Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2015, 3:22:04 PM (9 years ago)
Author:
erbj
Message:

adjusted the TowerDefenseSelecter, but there is still a problem with the include (context in the TowerDefense.cc file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.h

    r10368 r10388  
    4343#include "util/Output.h"
    4444#include "core/object/WeakPtr.h"
     45#include "TowerDefenseSelecter.h"
     46
    4547
    4648namespace orxonox
     
    7375        int reduceLifes(int NumberofLifes){ return lifes_-=NumberofLifes; }
    7476        TDCoordinate* selectedPos;
     77        TowerDefenseSelecter* Selecter;
    7578
    7679        //virtual void pawnKilled(Pawn* victim, Pawn* killer = 0);
Note: See TracChangeset for help on using the changeset viewer.