diff options
Diffstat (limited to 'contrib/SDL-3.2.8/cmake/test/inc_sdl_slash.c')
| -rw-r--r-- | contrib/SDL-3.2.8/cmake/test/inc_sdl_slash.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/cmake/test/inc_sdl_slash.c b/contrib/SDL-3.2.8/cmake/test/inc_sdl_slash.c new file mode 100644 index 0000000..7acca15 --- /dev/null +++ b/contrib/SDL-3.2.8/cmake/test/inc_sdl_slash.c | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #include "SDL3/SDL.h" | ||
| 2 | #include "SDL3/SDL_main.h" | ||
| 3 | |||
| 4 | void inc_sdl_slash(void) { | ||
| 5 | SDL_SetMainReady(); | ||
| 6 | SDL_Init(0); | ||
| 7 | SDL_Quit(); | ||
| 8 | } | ||
