diff options
Diffstat (limited to 'backends/platform/sdl/win32/win32.h')
-rw-r--r-- | backends/platform/sdl/win32/win32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/sdl/win32/win32.h b/backends/platform/sdl/win32/win32.h index ca0843e834..636ebae88f 100644 --- a/backends/platform/sdl/win32/win32.h +++ b/backends/platform/sdl/win32/win32.h @@ -36,6 +36,8 @@ public: virtual bool displayLogFile(); + virtual bool openUrl(const Common::String &url); + protected: /** * The path of the currently open log file, if any. |