File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1515#define SDL_DISABLE_ANALYZE_MACROS
1616
1717#include <SDL3/SDL.h>
18+ #include <SDL3/SDL_main.h>
1819#include <SDL3/SDL_vulkan.h>
1920
2021#if !defined(SDL_PLATFORM_ANDROID )
@@ -58,14 +59,10 @@ extern SDL_DECLSPEC void SDLCALL SDL_GetDirect3D9AdapterIndex(void);
5859#endif
5960
6061#if !defined(SDL_PLATFORM_WINDOWS )
61- extern SDL_DECLSPEC void SDLCALL SDL_SetWindowsMessageHook (void );
62- #endif
63-
6462extern SDL_DECLSPEC void SDLCALL SDL_RegisterApp (void );
6563extern SDL_DECLSPEC void SDLCALL SDL_UnregisterApp (void );
66- extern SDL_DECLSPEC void SDLCALL SDL_EnterAppMainCallbacks (void );
67- extern SDL_DECLSPEC void SDLCALL SDL_RunApp (void );
68- extern SDL_DECLSPEC void SDLCALL SDL_SetMainReady (void );
64+ extern SDL_DECLSPEC void SDLCALL SDL_SetWindowsMessageHook (void );
65+ #endif
6966
7067extern SDL_DECLSPEC void SDLCALL JNI_OnLoad (void );
7168
You can’t perform that action at this time.
0 commit comments