|
@@ -44,7 +44,9 @@ SOURCES += \
|
|
|
source/gui/raceicon.cpp \
|
|
|
source/playermanager.cpp \
|
|
|
source/gui/prebattlescene.cpp \
|
|
|
- source/Cell.cpp
|
|
|
+ source/Cell.cpp \
|
|
|
+ source/UnitsQueue.h \
|
|
|
+ source/hotseatgame/GameManager.cpp
|
|
|
|
|
|
HEADERS += \
|
|
|
include/gui/uniticon.h \
|
|
@@ -65,7 +67,9 @@ HEADERS += \
|
|
|
include/gui/raceicon.h \
|
|
|
include/playermanager.h \
|
|
|
include/gui/prebattlescene.h \
|
|
|
- include/Cell.h
|
|
|
+ include/Cell.h \
|
|
|
+ include/UnitsQueue.h \
|
|
|
+ include/hotseatgame/GameManager.h
|
|
|
|
|
|
FORMS += \
|
|
|
include/gui/gui.ui \
|