mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +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")]
|
[LinkName("SDL_ShowMessageBox")]
|
||||||
public static extern int32 ShowMessageBox(ref MessageBoxData messageboxdata, out int32 buttonid);
|
public static extern int32 ShowMessageBox(ref MessageBoxData messageboxdata, out int32 buttonid);
|
||||||
|
|
||||||
[LinkName("ShowSimpleMessageBox")]
|
[LinkName("SDL_ShowSimpleMessageBox")]
|
||||||
public static extern int SimpleMessageBox(
|
public static extern int SimpleMessageBox(
|
||||||
MessageBoxFlags flags,
|
MessageBoxFlags flags,
|
||||||
char8* title,
|
char8* title,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue