| 124 | } |
| 125 | |
| 126 | void BaseEngine::frameUpdate(double dt, uint16_t width, uint16_t height) |
| 127 | { |
| 128 | onFrameUpdate(dt * getGameClock().getGameEngineSpeedFactor(), width, height); |
| 129 | } |
| 130 | |
| 131 | void BaseEngine::loadArchives() |
| 132 | { |
nothing calls this directly
no test coverage detected