- Timestamp:
- Apr 29, 2012, 12:52:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/newlevel2012/src/modules/towerdefense/TowerDefense.h
r9136 r9139 50 50 //virtual void playerScored(PlayerInfo* player); 51 51 52 /* Called by TowerDefenseCenterpoint upon game start 53 The centerpoint is used to create towers 54 */ 52 55 void setCenterpoint(TowerDefenseCenterpoint *centerpoint); 53 56 57 /* Adds a tower at x, y in the playfield */ 58 void addTower(int x, int y); 59 54 60 /* Part of a temporary hack to allow the player to add towers */ 55 void addTower(int x, int y);56 61 ConsoleCommand* dedicatedAddTower_; 57 62
Note: See TracChangeset
for help on using the changeset viewer.