- Timestamp:
- Nov 4, 2014, 8:04:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/towerdefenseHS14/src/modules/towerdefense/TDCoordinate.h
r10105 r10106 4 4 #include "core/CoreIncludes.h" 5 5 #include "TDCoordinate.h" 6 #include "towerdefense/TowerDefense.h"6 //#include "towerdefense/TowerDefense.h" 7 7 #include "gametypes/Deathmatch.h" 8 8 #include "towerdefense/TowerDefensePrereqs.h" … … 13 13 //Class to save the Coordinates in a class instead of struct 14 14 //Convert 2d coordinates to 3d in order to set waypoints 15 class _TowerDefenseExport TDCoordinate: public Pawn{15 class _TowerDefenseExport TDCoordinate: public OrxonoxClass { 16 16 public: 17 17 int x;
Note: See TracChangeset
for help on using the changeset viewer.