This commit is contained in:
Henrik Rydgård 2023-03-24 23:04:14 +01:00
parent 7c5cc8cafd
commit 677cba6e77

View file

@ -1874,6 +1874,7 @@ void System_Notify(SystemNotification notification) {
}
}
bool System_MakeRequest(SystemRequestType type, int requestId, const std::string &param1, const std::string &param2, int param3) { return false; }
void System_PostUIMessage(const std::string &message, const std::string &param) {}
void NativeUpdate() {}
void NativeRender(GraphicsContext *graphicsContext) {}
void NativeResized() {}