hm.... new global restruct... i think it last!

This commit is contained in:
2010-07-28 23:07:42 +04:00
parent 52a5384e6f
commit 2869e716b3
32 changed files with 721 additions and 1375 deletions

View File

@@ -1,26 +1,15 @@
# -------------------------------------------------
# Project created by QtCreator 2009-08-17T19:38:55
# -------------------------------------------------
QT += network \
opengl
TARGET = aliendefender
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
aliens.cpp \
udpsender.cpp \
towers.cpp \
map.cpp \
games.cpp \
alien.cpp
HEADERS += mainwindow.h \
aliens.h \
basestruct.h \
udpsender.h \
towers.h \
HEADERS += base_types.h \
map.h \
games.h \
alien.h \
uwidget.h
FORMS += mainwindow.ui
game_data.h \
aliens.h \
towers.h \
splashes.h \
adcore.h
SOURCES += map.cpp \
game_data.cpp \
aliens.cpp \
towers.cpp \
main.cpp \
splashes.cpp \
adcore.cpp
RESOURCES += images.qrc