Added boast ability, refactored WParsedInt class (this class has been removed from AllAbilities.h file and it has been included into two dedicated .h and .cpp files), refactored all makefiles (Windows, Linux, PSP and Android) in order to to include the new .h and .cpp files added for WParsedInt class.

This commit is contained in:
Vittorio Alfieri
2021-01-18 17:11:09 +01:00
parent 177541b30c
commit f982124209
11 changed files with 1139 additions and 1125 deletions

View File

@@ -158,6 +158,7 @@ SOURCES += \
src/WFilter.cpp\
src/WFont.cpp\
src/WGui.cpp\
src/WParsedInt.cpp\
src/WResourceManager.cpp \
src/AIPlayerBakaB.cpp \
src/TestSuiteAI.cpp
@@ -265,6 +266,7 @@ HEADERS += \
include/GuiPhaseBar.h\
include/ReplacementEffects.h\
include/WGui.h\
include/WParsedInt.h\
include/DeckStats.h\
include/GuiPlay.h\
include/Rules.h\