|
@@ -89,7 +89,7 @@ SOURCES += \
|
|
source/soundengine.cpp \
|
|
source/soundengine.cpp \
|
|
\
|
|
\
|
|
source/effects/effect.cpp \
|
|
source/effects/effect.cpp \
|
|
- source/effects/melledamage.cpp \
|
|
|
|
|
|
+ source/effects/meleedamage.cpp \
|
|
source/effects/selfheal.cpp \
|
|
source/effects/selfheal.cpp \
|
|
\
|
|
\
|
|
source/gui/guiscenemanager.cpp \
|
|
source/gui/guiscenemanager.cpp \
|
|
@@ -101,8 +101,8 @@ SOURCES += \
|
|
source/hotseatgame/unitsqueue.cpp \
|
|
source/hotseatgame/unitsqueue.cpp \
|
|
\
|
|
\
|
|
source/spells/spell.cpp \
|
|
source/spells/spell.cpp \
|
|
- source/spells/selfheal.cpp \
|
|
|
|
- source/spells/melledamage.cpp \
|
|
|
|
|
|
+ source/spells/selfhealspell.cpp \
|
|
|
|
+ source/spells/meleedamagespell.cpp \
|
|
\
|
|
\
|
|
source/units/mage.cpp \
|
|
source/units/mage.cpp \
|
|
source/units/unit.cpp \
|
|
source/units/unit.cpp \
|
|
@@ -129,9 +129,9 @@ HEADERS += \
|
|
include/racemanager.h \
|
|
include/racemanager.h \
|
|
include/soundengine.h \
|
|
include/soundengine.h \
|
|
\
|
|
\
|
|
- include/effects/effect.h \
|
|
|
|
- include/effects/melledamage.h \
|
|
|
|
|
|
+ include/effects/meleedamage.h \
|
|
include/effects/selfheal.h \
|
|
include/effects/selfheal.h \
|
|
|
|
+ include/effects/effect.h \
|
|
\
|
|
\
|
|
include/gui/guiscenemanager.h \
|
|
include/gui/guiscenemanager.h \
|
|
include/gui/scene.h \
|
|
include/gui/scene.h \
|
|
@@ -142,8 +142,8 @@ HEADERS += \
|
|
include/hotseatgame/uniticon.h \
|
|
include/hotseatgame/uniticon.h \
|
|
include/hotseatgame/unitsqueue.h \
|
|
include/hotseatgame/unitsqueue.h \
|
|
\
|
|
\
|
|
- include/spells/melledamage.h \
|
|
|
|
- include/spells/selfheal.h \
|
|
|
|
|
|
+ include/spells/meleedamagespell.h \
|
|
|
|
+ include/spells/selfhealspell.h \
|
|
include/spells/spell.h \
|
|
include/spells/spell.h \
|
|
\
|
|
\
|
|
include/units/mage.h \
|
|
include/units/mage.h \
|
|
@@ -177,17 +177,17 @@ debug {
|
|
#CONFIG += console
|
|
#CONFIG += console
|
|
|
|
|
|
RESOURCES += \
|
|
RESOURCES += \
|
|
- #res/hotseat_intro.qrc \
|
|
|
|
- #res/hotseat_recruitment.qrc \
|
|
|
|
- #res/hotseat_prebattle.qrc \
|
|
|
|
- #res/hotseat_game.qrc \
|
|
|
|
- #res/main_menu.qrc \
|
|
|
|
- #res/hotseat_intro.qrc \
|
|
|
|
- \
|
|
|
|
- #res/effect_data.qrc \
|
|
|
|
- #res/spell_data.qrc \
|
|
|
|
- #res/unit_data.qrc \
|
|
|
|
- #res/common_data.qrc
|
|
|
|
|
|
+# res/hotseat_intro.qrc \
|
|
|
|
+# res/hotseat_recruitment.qrc \
|
|
|
|
+# res/hotseat_prebattle.qrc \
|
|
|
|
+# res/hotseat_game.qrc \
|
|
|
|
+# res/main_menu.qrc \
|
|
|
|
+# res/hotseat_intro.qrc \
|
|
|
|
+# \
|
|
|
|
+# res/effect_data.qrc \
|
|
|
|
+# res/spell_data.qrc \
|
|
|
|
+# res/unit_data.qrc \
|
|
|
|
+# res/common_data.qrc
|
|
# res/all_data.qrc
|
|
# res/all_data.qrc
|
|
}
|
|
}
|
|
|
|
|