changes in arhitecture, some improvments, much optimising and simplify,
many bagfixes and new graphics engine
This commit is contained in:
@@ -7,7 +7,11 @@ HEADERS += base_types.h \
|
||||
adcore.h \
|
||||
player.h \
|
||||
loader.h \
|
||||
ad_graphics.h
|
||||
ad_graphics.h \
|
||||
form.h \
|
||||
aditem.h \
|
||||
touchbuttframe.h \
|
||||
touch_butt.h
|
||||
SOURCES += map.cpp \
|
||||
game_data.cpp \
|
||||
aliens.cpp \
|
||||
@@ -17,7 +21,11 @@ SOURCES += map.cpp \
|
||||
adcore.cpp \
|
||||
player.cpp \
|
||||
loader.cpp \
|
||||
ad_graphics.cpp
|
||||
ad_graphics.cpp \
|
||||
form.cpp \
|
||||
aditem.cpp \
|
||||
touchbuttframe.cpp \
|
||||
touch_butt.cpp
|
||||
RESOURCES += images.qrc
|
||||
OTHER_FILES += schema.xml \
|
||||
data2.xml
|
||||
@@ -27,3 +35,6 @@ QT += core \
|
||||
opengl \
|
||||
xml \
|
||||
xmlpatterns
|
||||
|
||||
FORMS += \
|
||||
form.ui
|
||||
|
||||
Reference in New Issue
Block a user