|
@@ -134,9 +134,9 @@ macro(add_main_lib TARGET_NAME LIBRARY_TYPE)
|
|
${MAIN_LIB_DIR}/spells/BattleSpellMechanics.cpp
|
|
${MAIN_LIB_DIR}/spells/BattleSpellMechanics.cpp
|
|
${MAIN_LIB_DIR}/spells/BonusCaster.cpp
|
|
${MAIN_LIB_DIR}/spells/BonusCaster.cpp
|
|
${MAIN_LIB_DIR}/spells/CSpellHandler.cpp
|
|
${MAIN_LIB_DIR}/spells/CSpellHandler.cpp
|
|
|
|
+ ${MAIN_LIB_DIR}/spells/ExternalCaster.cpp
|
|
${MAIN_LIB_DIR}/spells/ISpellMechanics.cpp
|
|
${MAIN_LIB_DIR}/spells/ISpellMechanics.cpp
|
|
${MAIN_LIB_DIR}/spells/ObstacleCasterProxy.cpp
|
|
${MAIN_LIB_DIR}/spells/ObstacleCasterProxy.cpp
|
|
- ${MAIN_LIB_DIR}/spells/OuterCaster.cpp
|
|
|
|
${MAIN_LIB_DIR}/spells/Problem.cpp
|
|
${MAIN_LIB_DIR}/spells/Problem.cpp
|
|
${MAIN_LIB_DIR}/spells/ProxyCaster.cpp
|
|
${MAIN_LIB_DIR}/spells/ProxyCaster.cpp
|
|
${MAIN_LIB_DIR}/spells/TargetCondition.cpp
|
|
${MAIN_LIB_DIR}/spells/TargetCondition.cpp
|
|
@@ -398,8 +398,9 @@ macro(add_main_lib TARGET_NAME LIBRARY_TYPE)
|
|
${MAIN_LIB_DIR}/spells/BattleSpellMechanics.h
|
|
${MAIN_LIB_DIR}/spells/BattleSpellMechanics.h
|
|
${MAIN_LIB_DIR}/spells/BonusCaster.h
|
|
${MAIN_LIB_DIR}/spells/BonusCaster.h
|
|
${MAIN_LIB_DIR}/spells/CSpellHandler.h
|
|
${MAIN_LIB_DIR}/spells/CSpellHandler.h
|
|
|
|
+ ${MAIN_LIB_DIR}/spells/ExternalCaster.h
|
|
${MAIN_LIB_DIR}/spells/ISpellMechanics.h
|
|
${MAIN_LIB_DIR}/spells/ISpellMechanics.h
|
|
- ${MAIN_LIB_DIR}/spells/OuterCaster.h
|
|
|
|
|
|
+ ${MAIN_LIB_DIR}/spells/ObstacleCasterProxy.h
|
|
${MAIN_LIB_DIR}/spells/Problem.h
|
|
${MAIN_LIB_DIR}/spells/Problem.h
|
|
${MAIN_LIB_DIR}/spells/ProxyCaster.h
|
|
${MAIN_LIB_DIR}/spells/ProxyCaster.h
|
|
${MAIN_LIB_DIR}/spells/TargetCondition.h
|
|
${MAIN_LIB_DIR}/spells/TargetCondition.h
|