HostInterface: Make SetUserDirectory() overridable by frontends
This commit is contained in:
@@ -29,6 +29,9 @@ public:
|
||||
void ReportMessage(const char* message) override;
|
||||
bool ConfirmMessage(const char* message) override;
|
||||
|
||||
bool Initialize();
|
||||
void Shutdown() override;
|
||||
|
||||
void Run();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user