#include "api/game.h"
#include <SDL2/SDL_hints.h>
int main(){



	Engine engine(800,600);

	// engine.loop();

}