1
0

sdltest.c 174 B

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