aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-22 07:12:29 +0000
committerTravis Howell2005-04-22 07:12:29 +0000
commite6bd008e30bd399ad433b36f3abb69a3fc2140b8 (patch)
treef87f49d7186a1bbfc7fbd747e2d288f4bd1902bd /scumm/intern.h
parent45bc8afad0ef974b4ff2b83daf4a21a063d1f3be (diff)
downloadscummvm-rg350-e6bd008e30bd399ad433b36f3abb69a3fc2140b8.tar.gz
scummvm-rg350-e6bd008e30bd399ad433b36f3abb69a3fc2140b8.tar.bz2
scummvm-rg350-e6bd008e30bd399ad433b36f3abb69a3fc2140b8.zip
Add support for reading/writing to external config file in HE games.
svn-id: r17746
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 34288bfcbe..6bcbe42be8 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -823,6 +823,7 @@ protected:
virtual void decodeParseString(int a, int b);
void decodeScriptString(byte *dst, bool scriptString = false);
void copyScriptString(byte *dst, int dstSize);
+ void convertFilePath(byte *dst);
byte *heFindResourceData(uint32 tag, byte *ptr);
byte *heFindResource(uint32 tag, byte *ptr);