-
Notifications
You must be signed in to change notification settings - Fork 0
/
rogue.pro
37 lines (35 loc) · 960 Bytes
/
rogue.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
######################################################################
# Automatically generated by qmake (2.01a) Wed Mar 23 20:18:38 2011
######################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
# Input
HEADERS += boulder.h \
closingIn.h \
dragon.h \
game_board.h \
game_object.h \
movementtransition.h \
p_movementtransition.h \
player.h \
QRogueWidget.h \
roguetext.h \
spell.h \
window.h \
wizard.h \
zombie.h
SOURCES += boulder.cpp \
closingIn.cpp \
dragon.cpp \
game_board.cpp \
game_object.cpp \
main.cpp \
player.cpp \
QRogueWidget.cpp \
roguetext.cpp \
spell.cpp \
window.cpp \
wizard.cpp \
zombie.cpp