mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08: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;
|
|
}
|