sdl-main
This commit is contained in:
parent
91328c4aca
commit
50fe9d9c6d
@ -1,6 +1,9 @@
|
|||||||
#include <iostream>
|
#define SDL_MAIN_HANDLED
|
||||||
|
|
||||||
|
#include <SDL.h>
|
||||||
#include "Game.hpp"
|
#include "Game.hpp"
|
||||||
|
|
||||||
int main() {
|
int SDL_main(int argc, char *argv[]) {
|
||||||
Game::Run();
|
Game::Run();
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user