mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-25 14:25:38 +00: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;
|
||
|
|
}
|