Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

10 lines
184 B
C

#include <SDL3/SDL.h>
#include <SDL3/SDL_test.h>
int main(int argc, char *argv[]) {
SDLTest_CommonState state;
SDLTest_CommonDefaultArgs(&state, argc, argv);
return 0;
}