Qt: Fix games crashing on start

This commit is contained in:
spycrab
2017-05-23 22:12:01 +02:00
parent f994538875
commit d65006b91b
8 changed files with 25 additions and 12 deletions

View File

@ -65,6 +65,8 @@ private:
void ConnectToolBar();
void ConnectPathsDialog();
void InitControllers();
void StartGame(const QString& path);
void ShowRenderWidget();
void HideRenderWidget();