Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 10, 2015, 4:34:26 PM (9 years ago)
Author:
fvultier
Message:

Merged towerdefenseFabien branch back to trunk. The towerdefense Minigame is now a plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/towerdefense/TDCoordinate.h

    r10624 r10629  
    22#define _TDCoordinate_H__
    33
     4#include "core/CoreIncludes.h"
    45#include "TDCoordinate.h"
    56//#include "towerdefense/TowerDefense.h"
     
    2122            virtual int GetX();
    2223            virtual int GetY();
    23             virtual Vector3 get3dcoordinate(); 
     24            virtual Vector3 get3dcoordinate();
    2425
    2526        private:
Note: See TracChangeset for help on using the changeset viewer.