aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/teenagent.h
diff options
context:
space:
mode:
authorVladimir Menshakov2009-09-13 09:54:53 +0000
committerVladimir Menshakov2009-09-13 09:54:53 +0000
commite53de46b4fd1357cce5bb53c02de2c88f85169cc (patch)
treeb79bbc6c12ca03bc803ef2c9406676f1a6e14446 /engines/teenagent/teenagent.h
parent94d7dad3affff49d014c1985955466ec4931f15b (diff)
downloadscummvm-rg350-e53de46b4fd1357cce5bb53c02de2c88f85169cc.tar.gz
scummvm-rg350-e53de46b4fd1357cce5bb53c02de2c88f85169cc.tar.bz2
scummvm-rg350-e53de46b4fd1357cce5bb53c02de2c88f85169cc.zip
added simple credits support for the intro.
svn-id: r44047
Diffstat (limited to 'engines/teenagent/teenagent.h')
-rw-r--r--engines/teenagent/teenagent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/teenagent/teenagent.h b/engines/teenagent/teenagent.h
index 31d29c045f..1c10b9e556 100644
--- a/engines/teenagent/teenagent.h
+++ b/engines/teenagent/teenagent.h
@@ -64,9 +64,12 @@ public:
bool processCallback(uint16 addr);
inline Scene * getScene() { return scene; }
+ static Common::String parseMessage(uint16 addr);
+
//event driven:
void displayMessage(uint16 addr, byte color = 0xd1);
void displayMessage(const Common::String &str, byte color = 0xd1);
+ void displayCredits(uint16 addr);
void moveTo(const Common::Point & dst, byte o, bool warp = false);
void moveTo(uint16 x, uint16 y, byte o, bool warp = false);
void moveTo(Object * obj);