sdltest.c 184 B

12345678910
  1. #include <SDL3/SDL.h>
  2. #include <SDL3/SDL_test.h>
  3. int main(int argc, char *argv[]) {
  4. SDLTest_CommonState state;
  5. SDLTest_CommonDefaultArgs(&state, argc, argv);
  6. return 0;
  7. }