|
@@ -88,9 +88,9 @@ SOURCES += \
|
|
|
source/racemanager.cpp \
|
|
|
source/soundengine.cpp \
|
|
|
\
|
|
|
-\ #source/effects/effect.cpp \
|
|
|
-\ #source/effects/melledamage.cpp \
|
|
|
-\ #source/effects/selfheal.cpp \
|
|
|
+ source/effects/effect.cpp \
|
|
|
+ source/effects/melledamage.cpp \
|
|
|
+ source/effects/selfheal.cpp \
|
|
|
\
|
|
|
source/gui/guiscenemanager.cpp \
|
|
|
source/gui/scene.cpp \
|
|
@@ -100,9 +100,9 @@ SOURCES += \
|
|
|
source/hotseatgame/gamemanager.cpp \
|
|
|
source/hotseatgame/unitsqueue.cpp \
|
|
|
\
|
|
|
-\ #source/skills/spell.cpp \
|
|
|
-\ #source/skills/selfheal.cpp \
|
|
|
-\ #source/skills/melledamage.cpp \
|
|
|
+ source/spells/spell.cpp \
|
|
|
+ source/spells/selfheal.cpp \
|
|
|
+ source/spells/melledamage.cpp \
|
|
|
\
|
|
|
source/units/mage.cpp \
|
|
|
source/units/unit.cpp \
|
|
@@ -129,9 +129,9 @@ HEADERS += \
|
|
|
include/racemanager.h \
|
|
|
include/soundengine.h \
|
|
|
\
|
|
|
-\ #include/effects/effect.h \
|
|
|
-\ #include/effects/melledamage.h \
|
|
|
-\ #include/effects/selfheal.h \
|
|
|
+ include/effects/effect.h \
|
|
|
+ include/effects/melledamage.h \
|
|
|
+ include/effects/selfheal.h \
|
|
|
\
|
|
|
include/gui/guiscenemanager.h \
|
|
|
include/gui/scene.h \
|
|
@@ -142,9 +142,9 @@ HEADERS += \
|
|
|
include/hotseatgame/uniticon.h \
|
|
|
include/hotseatgame/unitsqueue.h \
|
|
|
\
|
|
|
-\ #include/skills/melledamage.h \
|
|
|
-\ #include/skills/selfheal.h \
|
|
|
-\ #include/skills/spell.h \
|
|
|
+ include/spells/melledamage.h \
|
|
|
+ include/spells/selfheal.h \
|
|
|
+ include/spells/spell.h \
|
|
|
\
|
|
|
include/units/mage.h \
|
|
|
include/units/unit.h \
|