Skip to content

Commit

Permalink
move get_user_choice function to a new file
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Sep 20, 2015
1 parent 663db4f commit 3c11aa6
Show file tree
Hide file tree
Showing 13 changed files with 491 additions and 428 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Expand Up @@ -1025,6 +1025,7 @@ set(wesnoth-main_SRC
synced_checkup.cpp
synced_context.cpp
synced_commands.cpp
synced_user_choice.cpp
syncmp_handler.cpp
team.cpp
teambuilder.cpp
Expand Down
1 change: 1 addition & 0 deletions src/SConscript
Expand Up @@ -585,6 +585,7 @@ wesnoth_sources = Split("""
synced_checkup.cpp
synced_context.cpp
synced_commands.cpp
synced_user_choice.cpp
syncmp_handler.cpp
team.cpp
teambuilder.cpp
Expand Down
1 change: 1 addition & 0 deletions src/actions/attack.cpp
Expand Up @@ -41,6 +41,7 @@
#include "../resources.hpp"
#include "../statistics.hpp"
#include "../synced_checkup.hpp"
#include "../synced_user_choice.hpp"
#include "../team.hpp"
#include "../tod_manager.hpp"
#include "../unit.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/game_events/action_wml.cpp
Expand Up @@ -57,6 +57,7 @@
#include "sound.hpp"
#include "soundsource.hpp"
#include "synced_context.hpp"
#include "synced_user_choice.hpp"
#include "team.hpp"
#include "terrain_filter.hpp"
#include "unit.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/persist_var.cpp
Expand Up @@ -21,7 +21,7 @@
#include "persist_manager.hpp"
#include "persist_var.hpp"
#include "play_controller.hpp"
#include "replay.hpp"
#include "synced_user_choice.hpp"
#include "resources.hpp"
#include "team.hpp"
#include "util.hpp"
Expand Down

0 comments on commit 3c11aa6

Please sign in to comment.