| 326 | } |
| 327 | |
| 328 | void cWindow::PositionWindow() { |
| 329 | |
| 330 | SDL_SetWindowPosition( mWindow, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED ); |
| 331 | } |
| 332 | |
| 333 | void cWindow::WindowIncrease() { |
| 334 |
nothing calls this directly
no outgoing calls
no test coverage detected