aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-16 22:09:09 +0200
committerEugene Sandulenko2016-08-16 22:09:09 +0200
commit6c0b2b50f7f39e82c403f14075c5da79dbf2df28 (patch)
treeb790b47f6cde2e765a258b26c026e6451f4cf80f /engines/director/lingo/lingo-the.h
parenta8bdfadbbf5ce330846c97ce6f67c099f4b6631d (diff)
downloadscummvm-rg350-6c0b2b50f7f39e82c403f14075c5da79dbf2df28.tar.gz
scummvm-rg350-6c0b2b50f7f39e82c403f14075c5da79dbf2df28.tar.bz2
scummvm-rg350-6c0b2b50f7f39e82c403f14075c5da79dbf2df28.zip
DIRECTOR: Lingo: Added stubs for function up to 'n'
Diffstat (limited to 'engines/director/lingo/lingo-the.h')
-rw-r--r--engines/director/lingo/lingo-the.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/director/lingo/lingo-the.h b/engines/director/lingo/lingo-the.h
index 7a27c0ad84..17ccb2f8e1 100644
--- a/engines/director/lingo/lingo-the.h
+++ b/engines/director/lingo/lingo-the.h
@@ -52,8 +52,12 @@ enum TheEntityType {
kTheClickOn,
kTheDoubleClick,
kTheLastClick,
- kTheLastFrame,
kTheLastEvent,
+ kTheLastFrame,
+ kTheLastKey,
+ kTheLastRoll,
+ kTheMachineType,
+ kTheMemorySize,
kTheMouseDown,
kTheMouseUp,
kTheRightMouseUp,