blob: 5c6d6972f009372cebb7c4794b7bcd6d91c3a3a1 [file] [log] [blame]
#include "SDL.h"
#include "SDL_test.h"
int main(int argc, char *argv[]) {
SDLTest_CommonState state;
SDLTest_CommonDefaultArgs(&state, argc, argv);
return 0;
}