| 50 | }; |
| 51 | |
| 52 | void EarthquakeApp::prepareSettings( Settings *settings ) |
| 53 | { |
| 54 | settings->setWindowSize( 1024, 768 ); |
| 55 | settings->disableFrameRate(); |
| 56 | settings->setResizable( true ); |
| 57 | settings->setFullScreen( false ); |
| 58 | } |
| 59 | |
| 60 | void EarthquakeApp::setup() |
| 61 | { |
nothing calls this directly
no test coverage detected