CLOUD: Move openUrl to OSystem
This commit is contained in:
parent
dff88b1058
commit
1f2a50bcd3
20 changed files with 115 additions and 333 deletions
|
@ -35,6 +35,8 @@ public:
|
|||
|
||||
virtual bool displayLogFile();
|
||||
|
||||
virtual bool openUrl(const Common::String &url);
|
||||
|
||||
virtual void init();
|
||||
virtual void initBackend();
|
||||
|
||||
|
@ -63,6 +65,8 @@ protected:
|
|||
virtual Common::WriteStream *createLogFile();
|
||||
|
||||
virtual AudioCDManager *createAudioCDManager();
|
||||
|
||||
bool launchBrowser(const Common::String& client, const Common::String &url);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue