Moving shadowm_storyscreen code files to their own directory.
This commit is contained in:
parent
089f42d488
commit
8501a4be9a
9 changed files with 9 additions and 9 deletions
|
@ -306,9 +306,9 @@ SET(wesnoth-main_SRC
|
|||
settings.cpp
|
||||
statistics.cpp
|
||||
statistics_dialog.cpp
|
||||
storyscreen.cpp
|
||||
storyscreen_controller.cpp
|
||||
storyscreen_page.cpp
|
||||
storyscreen/interface.cpp
|
||||
storyscreen/controller.cpp
|
||||
storyscreen/page.cpp
|
||||
team.cpp
|
||||
terrain_filter.cpp
|
||||
time_of_day.cpp
|
||||
|
|
|
@ -143,9 +143,9 @@ wesnoth_source = \
|
|||
settings.cpp \
|
||||
statistics.cpp \
|
||||
statistics_dialog.cpp \
|
||||
storyscreen.cpp \
|
||||
storyscreen_controller.cpp \
|
||||
storyscreen_page.cpp \
|
||||
storyscreen/interface.cpp \
|
||||
storyscreen/controller.cpp \
|
||||
storyscreen/page.cpp \
|
||||
team.cpp \
|
||||
terrain_filter.cpp \
|
||||
text.cpp \
|
||||
|
|
|
@ -198,9 +198,9 @@ wesnoth_sources = Split("""
|
|||
settings.cpp
|
||||
statistics.cpp
|
||||
statistics_dialog.cpp
|
||||
storyscreen.cpp
|
||||
storyscreen_controller.cpp
|
||||
storyscreen_page.cpp
|
||||
storyscreen/interface.cpp
|
||||
storyscreen/controller.cpp
|
||||
storyscreen/page.cpp
|
||||
team.cpp
|
||||
terrain_filter.cpp
|
||||
time_of_day.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue