WIP backup savegames to network

This commit is contained in:
pelya
2014-08-25 01:49:35 +03:00
parent 024daa1225
commit 7fa4e7bbc3
5 changed files with 19 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ enum SaveLoadWidgets {
WID_SL_NEWGRF_INFO, ///< Button to open NewGgrf configuration.
WID_SL_LOAD_BUTTON, ///< Button to load game/scenario.
WID_SL_MISSING_NEWGRFS, ///< Button to find missing NewGRFs online.
WID_SL_SAVE_NETWORK_BUTTON, ///< Toggle button to back up savegame to the network storage.
WID_SL_LOAD_NETWORK_BUTTON, ///< Button to load game from the network storage.
};
#endif /* WIDGETS_FIOS_WIDGET_H */