aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-20 12:09:47 +0200
committerEugene Sandulenko2016-08-20 12:09:47 +0200
commit2bcae4cadcba7dc08e74a62bbbf8452785681a48 (patch)
tree7bf10c1975e05c292be03532ee58dab8b8052bcf /engines/director/lingo/lingo-the.h
parent223b7f16134e2a15416658e1567b593b4e60485c (diff)
downloadscummvm-rg350-2bcae4cadcba7dc08e74a62bbbf8452785681a48.tar.gz
scummvm-rg350-2bcae4cadcba7dc08e74a62bbbf8452785681a48.tar.bz2
scummvm-rg350-2bcae4cadcba7dc08e74a62bbbf8452785681a48.zip
DIRECTOR: Lingo: Added stubs for all D2 properties
Diffstat (limited to 'engines/director/lingo/lingo-the.h')
-rw-r--r--engines/director/lingo/lingo-the.h27
1 files changed, 22 insertions, 5 deletions
diff --git a/engines/director/lingo/lingo-the.h b/engines/director/lingo/lingo-the.h
index 468be64140..d24488d78a 100644
--- a/engines/director/lingo/lingo-the.h
+++ b/engines/director/lingo/lingo-the.h
@@ -46,11 +46,29 @@ enum TheEntityType {
kThePerFrameHook,
kTheTicks,
kTheTimer,
+ kTheTimeoutKeydown,
+ kTheTimeoutLapsed,
kTheTimeoutLength,
+ kTheTimeoutMouse,
+ kTheTimeoutPlay,
+ kTheTimeoutScript,
kTheWindow,
+ kTheBeepOn,
+ kTheButtonStyle,
+ kTheCenterStage,
+ kTheCheckBoxAccess,
+ kTheCheckBoxType,
kTheClickOn,
+ kTheControlDown,
+ kTheCommandDown,
kTheDoubleClick,
+ kTheFixStageSize,
+ kTheFullColorPermit,
+ kTheImageDirect,
+ kTheKey,
+ kTheKeyDownScript,
+ kTheKeyCode,
kTheLastClick,
kTheLastEvent,
kTheLastFrame,
@@ -60,19 +78,18 @@ enum TheEntityType {
kTheMemorySize,
kTheMouseDown,
kTheMouseUp,
+ kTheOptionDown,
kThePauseState,
kTheRightMouseUp,
kTheRightMouseDown,
+ kTheSoundEnabled,
+ kTheSoundLevel,
kTheStillDown,
- kTheKey,
- kTheKeyCode,
- kTheControlDown,
- kTheCommandDown,
+ kTheSwitchColorDepth,
kTheResult,
kTheSelection,
kTheShiftDown,
kTheSqrt,
- kTheOptionDown,
kTheColorDepth,
kTheColorQD,