aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/win32/win32.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-04-22 00:29:18 +0200
committerJohannes Schickel2011-05-05 20:22:37 +0200
commit297834017a56140d1a33a4ce642bc9f39f54cf28 (patch)
tree2c0738c18c00a4296f496347a366f975dc773030 /backends/platform/sdl/win32/win32.h
parent16f1b51e2a98be9c48b51e55d7b73a8ddd0adede (diff)
downloadscummvm-rg350-297834017a56140d1a33a4ce642bc9f39f54cf28.tar.gz
scummvm-rg350-297834017a56140d1a33a4ce642bc9f39f54cf28.tar.bz2
scummvm-rg350-297834017a56140d1a33a4ce642bc9f39f54cf28.zip
WIN32: Embed engine data files and theme files into executable.
This embeds all the engine data files from dists/engine-data into the executable in case the engines using them are included statically. Furthermore it includes the theme dist files in the executable.
Diffstat (limited to 'backends/platform/sdl/win32/win32.h')
-rw-r--r--backends/platform/sdl/win32/win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/sdl/win32/win32.h b/backends/platform/sdl/win32/win32.h
index 8379c49437..25cb6bfbba 100644
--- a/backends/platform/sdl/win32/win32.h
+++ b/backends/platform/sdl/win32/win32.h
@@ -32,6 +32,7 @@ class OSystem_Win32 : public OSystem_SDL {
public:
virtual void init();
+ virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0);
protected:
virtual Common::String getDefaultConfigFileName();
virtual Common::WriteStream *createLogFile();