Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 1, 2015, 9:30:37 PM (9 years ago)
Author:
landauf
Message:

replaced tabs with spaces + some formatting sometimes. no changes in code.

File:
1 edited

Legend:

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

    r10244 r10246  
    88#include "towerdefense/TowerDefensePrereqs.h"
    99#include "worldentities/pawns/SpaceShip.h"
    10 namespace orxonox{
    11 
     10namespace orxonox
     11{
    1212
    1313//Class to save the Coordinates in a class instead of struct
    1414//Convert 2d coordinates to 3d in order to set waypoints
    15 class _TowerDefenseExport TDCoordinate: public OrxonoxClass {
    16 public:
    17                         int x;
     15    class _TowerDefenseExport TDCoordinate : public OrxonoxClass
     16    {
     17        public:
     18            int x;
    1819            int y;
    1920
     
    2526
    2627            TDCoordinate(int x, int y);
    27         };
    28 
     28    };
    2929
    3030}
Note: See TracChangeset for help on using the changeset viewer.