aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/script.h
diff options
context:
space:
mode:
authorlukaslw2014-06-26 18:29:19 +0200
committerlukaslw2014-06-26 18:29:19 +0200
commit12c5a6e6e2e556383fd825bac65edb460ccee058 (patch)
tree4a84408a19c88870b26b9206978ff93c2f549f47 /engines/prince/script.h
parentfc71efd7132345958f809c05e806bb84411dee01 (diff)
downloadscummvm-rg350-12c5a6e6e2e556383fd825bac65edb460ccee058.tar.gz
scummvm-rg350-12c5a6e6e2e556383fd825bac65edb460ccee058.tar.bz2
scummvm-rg350-12c5a6e6e2e556383fd825bac65edb460ccee058.zip
PRINCE: setVoice update, O_GETMOBTEXT(), O_SETSTRING()
Diffstat (limited to 'engines/prince/script.h')
-rw-r--r--engines/prince/script.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/prince/script.h b/engines/prince/script.h
index 19c64ba5b6..f3e3b3cded 100644
--- a/engines/prince/script.h
+++ b/engines/prince/script.h
@@ -179,6 +179,8 @@ public:
void step();
void storeNewPC(int opcodePC);
+ uint32 getCurrentString();
+ void setCurrentString(uint32 value);
private:
PrinceEngine *_vm;
@@ -216,7 +218,6 @@ private:
template <typename T> T readScript();
void debugInterpreter(const char *s, ...);
- void SetVoice(uint32 slot);
typedef void (Interpreter::*OpcodeFunc)();
static OpcodeFunc _opcodes[];