aboutsummaryrefslogtreecommitdiff
path: root/queen/defs.h
diff options
context:
space:
mode:
authorGregory Montoir2003-10-25 09:11:35 +0000
committerGregory Montoir2003-10-25 09:11:35 +0000
commit0b5da13ffe58aa9b1057fe15471a35883f820de8 (patch)
tree11484734559002c96d8620a798abcfa59de14514 /queen/defs.h
parent6fc0cd791325b5e36cb486d36768b9a2a1c7dcf5 (diff)
downloadscummvm-rg350-0b5da13ffe58aa9b1057fe15471a35883f820de8.tar.gz
scummvm-rg350-0b5da13ffe58aa9b1057fe15471a35883f820de8.tar.bz2
scummvm-rg350-0b5da13ffe58aa9b1057fe15471a35883f820de8.zip
added GameSettings class + FIND_VERB implementation
svn-id: r10960
Diffstat (limited to 'queen/defs.h')
-rw-r--r--queen/defs.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/queen/defs.h b/queen/defs.h
index 38d4a54c53..b7564ef77a 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -81,24 +81,6 @@ enum {
};
-enum {
- PANEL_AREA_OPEN = 1,
- PANEL_AREA_CLOSE = 2,
- PANEL_AREA_MOVE = 3,
- PANEL_AREA_GIVE = 4,
- PANEL_AREA_LOOKAT = 5,
- PANEL_AREA_PICKUP = 6,
- PANEL_AREA_TALKTO = 7,
- PANEL_AREA_USE = 8,
- PANEL_AREA_INV_UP = 9,
- PANEL_AREA_INV_DOWN = 10,
- PANEL_AREA_INV_1 = 11,
- PANEL_AREA_INV_2 = 12,
- PANEL_AREA_INV_3 = 13,
- PANEL_AREA_INV_4 = 14
-};
-
-
enum Language {
ENGLISH = 'E',
FRENCH = 'F',