- Timestamp:
- Nov 7, 2018, 11:52:40 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoKart_HS18/src/modules/orxokart/OrxoKartOrigin.h
r12074 r12090 61 61 { return this->cellSize_; } 62 62 63 inline void setCellHeight(int cellHeight)64 { this->cellHeight_ = cellHeight; }65 inline int getCellHeight() const66 { return this->cellHeight_; }67 68 63 private: 69 64 void checkGametype(); … … 71 66 int numCells_; 72 67 int cellSize_; 73 int cellHeight_;74 68 }; 75 69 }
Note: See TracChangeset
for help on using the changeset viewer.