blooblib/extern/SDL3-3.1.0/cmake/test/sdltest.c

10 lines
184 B
C
Raw Normal View History

2024-03-25 09:20:48 +01:00
#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;
}