aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-09-17 09:18:47 +0000
committerPaweł Kołodziejski2002-09-17 09:18:47 +0000
commitab2eb4d928ff2dae94cce3bcb228c504964a9bf7 (patch)
tree5118859b9b9c6c3b31d679ccc3002b801ba60d4d /scumm/scumm.h
parent79857fd7e8b7d0a3585d699fc5c422841838e1d0 (diff)
downloadscummvm-rg350-ab2eb4d928ff2dae94cce3bcb228c504964a9bf7.tar.gz
scummvm-rg350-ab2eb4d928ff2dae94cce3bcb228c504964a9bf7.tar.bz2
scummvm-rg350-ab2eb4d928ff2dae94cce3bcb228c504964a9bf7.zip
added framework for non-english version of the dig, not yet completed
svn-id: r4957
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 7c18d5ac0b..e7d50a00e9 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -929,7 +929,10 @@ public:
byte *_messagePtr;
int16 _talkDelay;
bool _keepText;
-
+ bool _existLanguageFile;
+ char *_languageBuffer;
+ void loadLanguageBundle();
+ void translateText(char * text, char * trans_buff);
bool checkFixedDisk();
int _cdrom;