aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/win32/win32.h
diff options
context:
space:
mode:
authorAlejandro Marzini2010-06-26 03:44:47 +0000
committerAlejandro Marzini2010-06-26 03:44:47 +0000
commit70e9a5b951e9086eb08aed8ce95b22eab0354637 (patch)
treec42fc424faad6b939879105bad306b29b55994f4 /backends/platform/sdl/win32/win32.h
parentd04a2a266dff688cc88931b4e11432ae8f4a7130 (diff)
downloadscummvm-rg350-70e9a5b951e9086eb08aed8ce95b22eab0354637.tar.gz
scummvm-rg350-70e9a5b951e9086eb08aed8ce95b22eab0354637.tar.bz2
scummvm-rg350-70e9a5b951e9086eb08aed8ce95b22eab0354637.zip
Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString function.
svn-id: r50301
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 e4541e314d..e8bc255459 100644
--- a/backends/platform/sdl/win32/win32.h
+++ b/backends/platform/sdl/win32/win32.h
@@ -36,6 +36,7 @@ public:
void init();
protected:
+ const char *getConfigFileNameString();
Common::String getDefaultConfigFileName();
};