thunderbrew/vendor/sdl-3.2.10/cmake/test/sdltest.c
2025-04-12 04:38:19 -04:00

10 lines
184 B
C

#include <SDL3/SDL.h>
#include <SDL3/SDL_test.h>
int main(int argc, char *argv[]) {
SDLTest_CommonState state;
SDLTest_CommonDefaultArgs(&state, argc, argv);
return 0;
}