Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 7, 2018, 11:52:40 AM (7 years ago)
Author:
ottka
Message:

clean up of module :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoKart_HS18/src/modules/orxokart/OrxoKartOrigin.h

    r12074 r12090  
    6161                { return this->cellSize_; }
    6262
    63             inline void setCellHeight(int cellHeight)
    64                 { this->cellHeight_ = cellHeight; }
    65             inline int getCellHeight() const
    66                 { return this->cellHeight_; }
    67 
    6863        private:
    6964            void checkGametype();
     
    7166            int numCells_;
    7267            int cellSize_;
    73             int cellHeight_;
    7468    };
    7569}
Note: See TracChangeset for help on using the changeset viewer.