new class Alien

global restruct ALL!!
This commit is contained in:
2010-02-03 17:18:26 +03:00
parent 758cfeb967
commit 4ad7d83625
12 changed files with 619 additions and 273 deletions

View File

@@ -12,7 +12,8 @@ SOURCES += main.cpp \
udpsender.cpp \
towers.cpp \
map.cpp \
game.cpp
game.cpp \
alien.cpp
HEADERS += mainwindow.h \
adpainter.h \
aliens.h \
@@ -20,5 +21,7 @@ HEADERS += mainwindow.h \
udpsender.h \
towers.h \
map.h \
game.h
game.h \
alien.h
FORMS += mainwindow.ui
RESOURCES += images.qrc