From 70e9a5b951e9086eb08aed8ce95b22eab0354637 Mon Sep 17 00:00:00 2001 From: Alejandro Marzini Date: Sat, 26 Jun 2010 03:44:47 +0000 Subject: Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString function. svn-id: r50301 --- backends/platform/sdl/win32/win32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/platform/sdl/win32/win32.h') 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(); }; -- cgit v1.2.3