mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 20:20:11 +02:00
9 lines
128 B
C
9 lines
128 B
C
#include "SDL.h"
|
|
#include "SDL_main.h"
|
|
|
|
void inc_sdl_noslash(void) {
|
|
SDL_SetMainReady();
|
|
SDL_Init(0);
|
|
SDL_Quit();
|
|
}
|