aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-01-10 01:02:22 +0100
committerEugene Sandulenko2017-01-10 01:02:56 +0100
commit677dd99bdb564b86c93657fb0e8c3cf1cd5f612d (patch)
treeb127bf8e2743f9c183c231224a3c3d3a0d19fc7e /engines/director/lingo/lingo-the.h
parent525f916b2d645076797e4e8f713b4e4d16e3e4f1 (diff)
downloadscummvm-rg350-677dd99bdb564b86c93657fb0e8c3cf1cd5f612d.tar.gz
scummvm-rg350-677dd99bdb564b86c93657fb0e8c3cf1cd5f612d.tar.bz2
scummvm-rg350-677dd99bdb564b86c93657fb0e8c3cf1cd5f612d.zip
DIRECTOR: Lingo: Added stubs for D3 Text-related syntax
Diffstat (limited to 'engines/director/lingo/lingo-the.h')
-rw-r--r--engines/director/lingo/lingo-the.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/engines/director/lingo/lingo-the.h b/engines/director/lingo/lingo-the.h
index ba3ef8b87c..bbca6361fc 100644
--- a/engines/director/lingo/lingo-the.h
+++ b/engines/director/lingo/lingo-the.h
@@ -41,6 +41,13 @@ enum TheEntityType {
kTheMouseDownScript,
kTheMouseUpScript,
+ kTheField,
+
+ kTheChars,
+ kTheItems,
+ kTheLines,
+ kTheWords,
+
kTheSprite,
kTheCast,
kTheCastMembers,
@@ -95,6 +102,8 @@ enum TheEntityType {
kTheSwitchColorDepth,
kTheResult,
kTheSelection,
+ kTheSelEnd,
+ kTheSelStart,
kTheShiftDown,
kTheSqrt,
@@ -165,13 +174,16 @@ enum TheFieldType {
kTheScript,
kTheScriptNum,
kTheScriptText,
- kTheSelEnd,
- kTheSelStart,
kTheSize,
kTheStrech,
kTheSound,
kTheSourceRect,
kTheText,
+ kTheTextAlign,
+ kTheTextFont,
+ kTheTextheight,
+ kTheTextSize,
+ kTheTextStyle,
kTheTop,
kTheTrails,
kTheType,