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:
parent
dfdfe094cd
commit
45dd528c7b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue