1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Fix incorrect link name for SimpleMessageBox

This commit is contained in:
RogueMacro 2021-02-20 21:56:16 +01:00 committed by GitHub
parent dfdfe094cd
commit 45dd528c7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -444,7 +444,7 @@ namespace SDL2
[LinkName("SDL_ShowMessageBox")]
public static extern int32 ShowMessageBox(ref MessageBoxData messageboxdata, out int32 buttonid);
[LinkName("ShowSimpleMessageBox")]
[LinkName("SDL_ShowSimpleMessageBox")]
public static extern int SimpleMessageBox(
MessageBoxFlags flags,
char8* title,