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