Add SDL_SetMainReady

This commit is contained in:
Ethan Lee 2013-06-19 01:45:44 -04:00
parent 9f0949be21
commit 0d5195c00c

View file

@ -78,6 +78,13 @@ namespace SDL2
#endregion
#region SDL_main.h
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern void SDL_SetMainReady();
#endregion
#region SDL.h
public const uint SDL_INIT_TIMER = 0x00000001;