Port the file browser spawned by the Load button to the new request stuff
This commit is contained in:
parent
47ae31e293
commit
70f0ac04af
12 changed files with 63 additions and 17 deletions
|
@ -1874,7 +1874,7 @@ void System_Notify(SystemNotification notification) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
bool System_MakeRequest(SystemRequestType type, int requestId, const std::string ¶m1, const std::string ¶m2) { return false; }
|
||||
bool System_MakeRequest(SystemRequestType type, int requestId, const std::string ¶m1, const std::string ¶m2, int param3) { return false; }
|
||||
void System_SendMessage(const char *command, const char *parameter) {}
|
||||
void NativeUpdate() {}
|
||||
void NativeRender(GraphicsContext *graphicsContext) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue