aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-16 23:49:38 +0200
committerEugene Sandulenko2016-08-16 23:51:12 +0200
commit4423bb0f1ddeafb19aabd3fb4e83c83ecb8fc0bb (patch)
tree661def2ab14e179ea045538f8f87f4d628d6a463 /engines/director/lingo/lingo-the.h
parent93beb378229b7a9004cf52d0432c60a38a81d952 (diff)
downloadscummvm-rg350-4423bb0f1ddeafb19aabd3fb4e83c83ecb8fc0bb.tar.gz
scummvm-rg350-4423bb0f1ddeafb19aabd3fb4e83c83ecb8fc0bb.tar.bz2
scummvm-rg350-4423bb0f1ddeafb19aabd3fb4e83c83ecb8fc0bb.zip
DIRECTOR: Lingo: Added stubs for functions up to 's'
Diffstat (limited to 'engines/director/lingo/lingo-the.h')
-rw-r--r--engines/director/lingo/lingo-the.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/director/lingo/lingo-the.h b/engines/director/lingo/lingo-the.h
index 17ccb2f8e1..0649ebe0b0 100644
--- a/engines/director/lingo/lingo-the.h
+++ b/engines/director/lingo/lingo-the.h
@@ -60,6 +60,7 @@ enum TheEntityType {
kTheMemorySize,
kTheMouseDown,
kTheMouseUp,
+ kThePauseState,
kTheRightMouseUp,
kTheRightMouseDown,
kTheStillDown,
@@ -67,6 +68,8 @@ enum TheEntityType {
kTheKeyCode,
kTheControlDown,
kTheCommandDown,
+ kTheResult,
+ kTheSelection,
kTheShiftDown,
kTheOptionDown,