| 36 | void setWidth(const size_t pWidth) { mWidth = pWidth; } |
| 37 | |
| 38 | size_t getHeight() { return mHeight; } |
| 39 | void setHeight(const size_t pHeight) { mHeight = pHeight; } |
| 40 | |
| 41 | eTileTypes getTiletype() { return mTileType; } |
nothing calls this directly
no outgoing calls
no test coverage detected