Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2018, 11:45:27 AM (5 years ago)
Author:
linggj
Message:

some changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/WorldMap_HS18/src/orxonox/controllers/SMCoord.h

    r12106 r12110  
    1313            SMCoord();
    1414            SMCoord(int x);
    15             virtual void set(int index);
     15            void set(int index);
    1616            virtual int getIndex();
     17            virtual Vector3 get3dcoordinate();
     18            virtual ~SMCoord();
     19
    1720
    1821        private:
Note: See TracChangeset for help on using the changeset viewer.