mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-08 04:18:14 +00:00
10 lines
174 B
C
10 lines
174 B
C
#include "SDL.h"
|
|
#include "SDL_test.h"
|
|
|
|
|
|
int main(int argc, char *argv[]) {
|
|
SDLTest_CommonState state;
|
|
SDLTest_CommonDefaultArgs(&state, argc, argv);
|
|
return 0;
|
|
}
|