Sign in
skia
/
external
/
github.com
/
libsdl-org
/
SDL
/
48aa1cccf70e90b028ae2eb775c6f4d9379dfa46
/
.
/
cmake
/
test
/
sdltest.c
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
;
}