#include "Game.h" int main(int argc, char *argv[]) { // Represents the whole application Game game(argc, argv); return game.run(); }