#include "Game.h" int main() { Game g; return EXIT_SUCCESS; // report our program exited successfully }