Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2014, 4:09:35 PM (9 years ago)
Author:
erbj
Message:

Template not working

File:
1 edited

Legend:

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

    r10109 r10123  
    3838        //health gibt es unter: health_
    3939
    40         void addWaypoint(TDCoordinate coord);
     40        void addWaypoint(TDCoordinate* coord);
    4141        void popWaypoint();
    4242        TDCoordinate peekWaypoint();
    4343        private:
    4444
    45         std::vector<TDCoordinate> Waypointsvector_;
     45        std::vector<TDCoordinate*> Waypointsvector_;
    4646
    4747        };
Note: See TracChangeset for help on using the changeset viewer.