Sign in
skia
/
external
/
github.com
/
libsdl-org
/
SDL
/
refs/heads/release-2.30.x
/
.
/
cmake
/
test
/
sdltest.c
blob: 5c6d6972f009372cebb7c4794b7bcd6d91c3a3a1 [
file
] [
log
] [
blame
] [
edit
]
#include
"SDL.h"
#include
"SDL_test.h"
int
main
(
int
argc
,
char
*
argv
[])
{
SDLTest_CommonState
state
;
SDLTest_CommonDefaultArgs
(&
state
,
argc
,
argv
);
return
0
;
}