first modifcations for new local game; enabling: uncomment define NEW_LOCAL_GAME in game_defs.h
This commit is contained in:
@@ -149,6 +149,7 @@ public slots:
|
||||
void callSettingsDialog(bool);
|
||||
void callSettingsDialogFromStartwindow();
|
||||
void callNewGameDialog();
|
||||
void callNewGameDialogNew();
|
||||
void callGameLobbyDialog();
|
||||
void callCreateNetworkGameDialog();
|
||||
void callJoinNetworkGameDialog();
|
||||
@@ -161,6 +162,7 @@ public slots:
|
||||
void callLogFileDialog();
|
||||
|
||||
void startNewLocalGame(newGameDialogImpl* =0);
|
||||
void startNewLocalGameNew(newGameDialogImpl* =0);
|
||||
|
||||
void showTimeoutDialog(int msgID, unsigned duration);
|
||||
void hideTimeoutDialog();
|
||||
|
||||
Reference in New Issue
Block a user