mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-18 00:35:03 +08:00
025fc35c87
[skip ci]
(cherry picked from commit 8291b1be36)
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;
|
|
}
|