iOS buildfix

This commit is contained in:
Henrik Rydgård 2023-03-22 16:58:32 +01:00
parent 1c79fd8cf4
commit 376cd34182

View File

@ -219,7 +219,7 @@ void System_SendMessage(const char *command, const char *parameter) {
}
}
bool System_MakeRequest(SystemRequestType type, int requestId, const std::string &param1, const std::string &param2) {
bool System_MakeRequest(SystemRequestType type, int requestId, const std::string &param1, const std::string &param2, int param3) {
return false;
}