summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/cmake/test/inc_sdl_slash.c
blob: 7acca152452bef6bdf07c0828c67a8b33a3f294f (plain)
1
2
3
4
5
6
7
8
#include "SDL3/SDL.h"
#include "SDL3/SDL_main.h"

void inc_sdl_slash(void) {
    SDL_SetMainReady();
    SDL_Init(0);
    SDL_Quit();
}