mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-20 04:56:07 +00:00
testsymbols: include SDL_main.h
This commit is contained in:
parent
446fb65ca6
commit
09f00e397c
1 changed files with 3 additions and 6 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#define SDL_DISABLE_ANALYZE_MACROS
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3/SDL_main.h>
|
||||
#include <SDL3/SDL_vulkan.h>
|
||||
|
||||
#if !defined(SDL_PLATFORM_ANDROID)
|
||||
|
|
@ -58,14 +59,10 @@ extern SDL_DECLSPEC void SDLCALL SDL_GetDirect3D9AdapterIndex(void);
|
|||
#endif
|
||||
|
||||
#if !defined(SDL_PLATFORM_WINDOWS)
|
||||
extern SDL_DECLSPEC void SDLCALL SDL_SetWindowsMessageHook(void);
|
||||
#endif
|
||||
|
||||
extern SDL_DECLSPEC void SDLCALL SDL_RegisterApp(void);
|
||||
extern SDL_DECLSPEC void SDLCALL SDL_UnregisterApp(void);
|
||||
extern SDL_DECLSPEC void SDLCALL SDL_EnterAppMainCallbacks(void);
|
||||
extern SDL_DECLSPEC void SDLCALL SDL_RunApp(void);
|
||||
extern SDL_DECLSPEC void SDLCALL SDL_SetMainReady(void);
|
||||
extern SDL_DECLSPEC void SDLCALL SDL_SetWindowsMessageHook(void);
|
||||
#endif
|
||||
|
||||
extern SDL_DECLSPEC void SDLCALL JNI_OnLoad(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue