Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2012, 10:07:43 PM (12 years ago)
Author:
landauf
Message:

tower defense update (again, now hopefully successful)

Location:
code/branches/presentation2012
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2012

  • code/branches/presentation2012/src/modules/towerdefense/TowerDefense.h

    r9229 r9245  
    7878
    7979        private:
    80 //              WeakPtr<TowerDefenseCenterpoint> center_;
    8180                TowerDefenseCenterpoint *center_;
    8281               
     
    9291                } Coordinate;
    9392               
    94        
    95                
    9693                std::vector<Coordinate> addedTowersCoordinates_;
    9794                std::vector<Tower*> towers_;
    98                
    99                 void addWaypointsAndFirstEnemy();
    10095    };
    10196}
Note: See TracChangeset for help on using the changeset viewer.