mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Add outer caster class
This commit is contained in:
@@ -136,6 +136,7 @@ macro(add_main_lib TARGET_NAME LIBRARY_TYPE)
|
||||
${MAIN_LIB_DIR}/spells/CSpellHandler.cpp
|
||||
${MAIN_LIB_DIR}/spells/ISpellMechanics.cpp
|
||||
${MAIN_LIB_DIR}/spells/ObstacleCasterProxy.cpp
|
||||
${MAIN_LIB_DIR}/spells/OuterCaster.cpp
|
||||
${MAIN_LIB_DIR}/spells/Problem.cpp
|
||||
${MAIN_LIB_DIR}/spells/ProxyCaster.cpp
|
||||
${MAIN_LIB_DIR}/spells/TargetCondition.cpp
|
||||
@@ -398,6 +399,7 @@ macro(add_main_lib TARGET_NAME LIBRARY_TYPE)
|
||||
${MAIN_LIB_DIR}/spells/BonusCaster.h
|
||||
${MAIN_LIB_DIR}/spells/CSpellHandler.h
|
||||
${MAIN_LIB_DIR}/spells/ISpellMechanics.h
|
||||
${MAIN_LIB_DIR}/spells/OuterCaster.h
|
||||
${MAIN_LIB_DIR}/spells/Problem.h
|
||||
${MAIN_LIB_DIR}/spells/ProxyCaster.h
|
||||
${MAIN_LIB_DIR}/spells/TargetCondition.h
|
||||
|
||||
Reference in New Issue
Block a user