aboutsummaryrefslogtreecommitdiff
path: root/engines/director/score.h
diff options
context:
space:
mode:
authorScott Percival2019-08-18 21:37:05 +0800
committerEugene Sandulenko2019-11-17 22:31:54 +0100
commitffde055357416ee9d7704dbe22004a54090fe1fb (patch)
treeebed2db52522bac624dcc6b35e1535e4fb2870af /engines/director/score.h
parent3034fda611e75a5dc9410a82aadc2398ef2fbce3 (diff)
downloadscummvm-rg350-ffde055357416ee9d7704dbe22004a54090fe1fb.tar.gz
scummvm-rg350-ffde055357416ee9d7704dbe22004a54090fe1fb.tar.bz2
scummvm-rg350-ffde055357416ee9d7704dbe22004a54090fe1fb.zip
DIRECTOR: begin interpreter for Lingo V4 bytecode
Diffstat (limited to 'engines/director/score.h')
-rw-r--r--engines/director/score.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/director/score.h b/engines/director/score.h
index 40ef85cad0..7c663d559e 100644
--- a/engines/director/score.h
+++ b/engines/director/score.h
@@ -101,6 +101,7 @@ private:
void loadFrames(Common::SeekableSubReadStreamEndian &stream);
void loadLabels(Common::SeekableSubReadStreamEndian &stream);
void loadActions(Common::SeekableSubReadStreamEndian &stream);
+ void loadLingoScript(Common::SeekableSubReadStreamEndian &stream);
void loadScriptText(Common::SeekableSubReadStreamEndian &stream);
void loadFileInfo(Common::SeekableSubReadStreamEndian &stream);
void loadFontMap(Common::SeekableSubReadStreamEndian &stream);