mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Add OpenURL method, with implementation for Linux and Windows
This commit is contained in:
@@ -65,6 +65,11 @@ namespace OpenRCT2::Ui
|
||||
void OpenFolder(const std::string& path) override
|
||||
{
|
||||
}
|
||||
|
||||
void OpenURL(const std::string& url) override
|
||||
{
|
||||
STUB();
|
||||
}
|
||||
};
|
||||
|
||||
IPlatformUiContext* CreatePlatformUiContext()
|
||||
|
||||
Reference in New Issue
Block a user