From 0d5195c00c8ef9ce8de94ad835fd178e98d74480 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Wed, 19 Jun 2013 01:45:44 -0400 Subject: [PATCH] Add SDL_SetMainReady --- src/SDL2.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/SDL2.cs b/src/SDL2.cs index b466cf3..4ffd1a7 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -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