#include <iostream>
#include "Engine/Game.h"
int main(int argc, char *argv[])
{
Game game;
if (game.Init())
while(game.GetIsRunning())
}
return 0;