mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 06:14:08 +08:00
use gameapp to control game
This commit is contained in:
@@ -6,9 +6,9 @@ GameApplication::GameApplication() {
|
||||
|
||||
}
|
||||
|
||||
void GameApplication::initialize() {
|
||||
bool GameApplication::initialize() {
|
||||
m_gameSession->initialize();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
SDL_AppResult GameApplication::handleInputEvent(SDL_Event* event) {
|
||||
|
||||
Reference in New Issue
Block a user