aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/director/lingo/lingo-the.h')
-rw-r--r--engines/director/lingo/lingo-the.h35
1 files changed, 20 insertions, 15 deletions
diff --git a/engines/director/lingo/lingo-the.h b/engines/director/lingo/lingo-the.h
index 6b69d13946..24f5e266a3 100644
--- a/engines/director/lingo/lingo-the.h
+++ b/engines/director/lingo/lingo-the.h
@@ -134,16 +134,21 @@ enum TheEntityType {
kTheTraceLogFile,
kTheUpdateMovieEnabled,
kTheWindow,
+ kTheWindowList,
kTheWords
};
enum TheFieldType {
kTheNOField = 0,
kTheAbbr = 1,
+ kTheBackColor,
+ kTheBlend,
+ kTheBottom,
kTheCastNum,
kTheCastType,
kTheCenter,
kTheCheckMark,
+ kTheConstraint,
kTheController,
kTheCrop,
kTheCursor,
@@ -151,32 +156,29 @@ enum TheFieldType {
kTheDirectToStage,
kTheDrawRect,
kTheDuration,
- kTheLocH,
- kTheLocV,
- kTheBackColor,
- kTheBlend,
- kTheBottom,
- kTheConstraint,
kTheEditableText,
kTheEnabled,
+ kTheFileName,
kTheForeColor,
kTheFrameRate,
- kTheFilename,
kTheHeight,
kTheHilite,
kTheImmediate,
kTheInk,
kTheLeft,
kTheLineSize,
+ kTheLoaded,
+ kTheLocH,
+ kTheLocV,
kTheLong,
kTheLoop,
- kTheLoaded,
+ kTheModal,
kTheModified,
kTheMoveable,
kTheMovieRate,
kTheMovieTime,
- kTheNumber,
kTheName,
+ kTheNumber,
kThePalette,
kThePattern,
kThePausedAtStart,
@@ -187,30 +189,33 @@ enum TheFieldType {
kTheRect,
kTheRegPoint,
kTheRight,
- kTheShort,
- kTheStopTime,
- kTheStretch,
- kTheStartTime,
kTheScript,
kTheScriptNum,
kTheScriptText,
+ kTheShort,
kTheSize,
- kTheStrech,
kTheSound,
kTheSourceRect,
+ kTheStartTime,
+ kTheStopTime,
+ kTheStrech,
+ kTheStretch,
kTheText,
kTheTextAlign,
kTheTextFont,
kTheTextheight,
kTheTextSize,
kTheTextStyle,
+ kTheTitle,
+ kTheTitleVisible,
kTheTop,
kTheTrails,
kTheType,
kTheVideo,
kTheVisible,
kTheVolume,
- kTheWidth
+ kTheWidth,
+ kTheWindowType
};
struct TheEntity {