9 lines
174 B
C
9 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;
|
|
}
|