Add SDL_SetMainReady
This commit is contained in:
parent
9f0949be21
commit
0d5195c00c
@ -76,6 +76,13 @@ namespace SDL2
|
||||
string mode
|
||||
);
|
||||
|
||||
#endregion
|
||||
|
||||
#region SDL_main.h
|
||||
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern void SDL_SetMainReady();
|
||||
|
||||
#endregion
|
||||
|
||||
#region SDL.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user