First Commit
This commit is contained in:
9
3rdparty/sdl/SDL/cmake/test/sdltest.c
vendored
Normal file
9
3rdparty/sdl/SDL/cmake/test/sdltest.c
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user