Skip to content

Commit

Permalink
split savegame.cpp into 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 6, 2014
1 parent b401f76 commit 294379a
Show file tree
Hide file tree
Showing 12 changed files with 513 additions and 404 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Expand Up @@ -860,6 +860,7 @@ set(wesnoth-main_SRC
replay_controller.cpp
resources.cpp
save_blocker.cpp
save_index.cpp
savegame.cpp
scripting/debug_lua.cpp
scripting/lua.cpp
Expand Down
1 change: 1 addition & 0 deletions src/SConscript
Expand Up @@ -492,6 +492,7 @@ wesnoth_sources = Split("""
replay_controller.cpp
resources.cpp
save_blocker.cpp
save_index.cpp
savegame.cpp
scripting/debug_lua.cpp
scripting/lua.cpp
Expand Down
1 change: 1 addition & 0 deletions src/dialogs.cpp
Expand Up @@ -42,6 +42,7 @@
#include "replay_helper.hpp"
#include "resources.hpp"
#include "savegame.hpp"
#include "save_index.hpp"
#include "strftime.hpp"
#include "synced_context.hpp"
#include "thread.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/gui/dialogs/data_manage.cpp
Expand Up @@ -38,6 +38,7 @@
#include "gui/widgets/window.hpp"
#include "language.hpp"
#include "preferences_display.hpp"
#include "savegame.hpp"
#include "utils/foreach.tpp"

#include <cctype>
Expand Down
2 changes: 1 addition & 1 deletion src/gui/dialogs/data_manage.hpp
Expand Up @@ -18,7 +18,7 @@
#include "gui/dialogs/dialog.hpp"
#include "gui/widgets/listbox.hpp"
#include "gui/widgets/text.hpp"
#include "savegame.hpp"
#include "save_index.hpp"
#include "tstring.hpp"

namespace gui2
Expand Down
1 change: 1 addition & 0 deletions src/gui/dialogs/game_load.cpp
Expand Up @@ -20,6 +20,7 @@
#include "gettext.hpp"
#include "game_config.hpp"
#include "game_preferences.hpp"
#include "gamestatus.hpp"
#include "gui/auxiliary/log.hpp"
#include "gui/dialogs/field.hpp"
#include "gui/dialogs/game_delete.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/gui/dialogs/game_load.hpp
Expand Up @@ -18,7 +18,7 @@
#include "gui/dialogs/dialog.hpp"
#include "gui/widgets/listbox.hpp"
#include "gui/widgets/text.hpp"
#include "savegame.hpp"
#include "save_index.hpp"
#include "tstring.hpp"

namespace gui2
Expand Down
1 change: 1 addition & 0 deletions src/menu_events.cpp
Expand Up @@ -60,6 +60,7 @@
#include "replay_helper.hpp"
#include "resources.hpp"
#include "savegame.hpp"
#include "save_index.hpp"
#include "sound.hpp"
#include "statistics_dialog.hpp"
#include "synced_context.hpp"
Expand Down

0 comments on commit 294379a

Please sign in to comment.