Core is realy wait for work and test
Aliens create, wavetrace work, towers build, aliens move - thats all by now. I think it is time to write Graphic and Network modules.
This commit is contained in:
@@ -4,12 +4,19 @@ HEADERS += base_types.h \
|
||||
aliens.h \
|
||||
towers.h \
|
||||
splashes.h \
|
||||
adcore.h
|
||||
adcore.h \
|
||||
player.h \
|
||||
settreader.h
|
||||
SOURCES += map.cpp \
|
||||
game_data.cpp \
|
||||
aliens.cpp \
|
||||
towers.cpp \
|
||||
main.cpp \
|
||||
splashes.cpp \
|
||||
adcore.cpp
|
||||
adcore.cpp \
|
||||
player.cpp \
|
||||
settreader.cpp
|
||||
RESOURCES += images.qrc
|
||||
OTHER_FILES += map.conf \
|
||||
example16x16.map \
|
||||
example16x12.map
|
||||
|
||||
Reference in New Issue
Block a user