mirror of
https://github.com/love2d/megasource.git
synced 2026-08-20 04:30:45 +02:00
Add SDL3 3.1.1-preview
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "SDL.h"
|
||||
#include "SDL_main.h"
|
||||
|
||||
void inc_sdl_noslash(void) {
|
||||
SDL_SetMainReady();
|
||||
SDL_Init(0);
|
||||
SDL_Quit();
|
||||
}
|
||||
Reference in New Issue
Block a user