aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/win32/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/sdl/win32/win32.h')
-rw-r--r--backends/platform/sdl/win32/win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/sdl/win32/win32.h b/backends/platform/sdl/win32/win32.h
index 2bcb0c59b3..eea7f9ee12 100644
--- a/backends/platform/sdl/win32/win32.h
+++ b/backends/platform/sdl/win32/win32.h
@@ -33,6 +33,8 @@ public:
OSystem_Win32();
~OSystem_Win32() {}
+ void init();
+
protected:
Common::String getDefaultConfigFileName();
};