aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
authorEugene Sandulenko2006-06-11 20:30:43 +0000
committerEugene Sandulenko2006-06-11 20:30:43 +0000
commitde95d463a8c091ea55a8ae8166fb447a9f56a195 (patch)
tree4a2d0e93f714439be7846b094b9f38afa252966e /engines/saga/saga.h
parentfd7e9847fcfa79fe8a76f97b720956a59b91d8c2 (diff)
downloadscummvm-rg350-de95d463a8c091ea55a8ae8166fb447a9f56a195.tar.gz
scummvm-rg350-de95d463a8c091ea55a8ae8166fb447a9f56a195.tar.bz2
scummvm-rg350-de95d463a8c091ea55a8ae8166fb447a9f56a195.zip
Support of new subtitles code. Patch from salty-horse.
svn-id: r23031
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index 3c91f0d88d..c9edbe9d46 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -409,9 +409,10 @@ private:
public:
ColorId KnownColor2ColorId(KnownColor knownColor);
+ void setTalkspeed(int talkspeed);
+ int getTalkspeed();
};
-
} // End of namespace Saga
#endif