diff options
| author | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
| commit | 5a079a2d114f96d4847d1ee305d5b7c16eeec50e (patch) | |
| tree | 8926ab44f168acf787d8e19608857b3af0f82758 /contrib/SDL-3.2.8/cmake/test/inc_sdl_slash.c | |
Initial commit
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 | } | ||
