#include "Game.h" int main(int argc, char **argv) { TextExample game; game.run(); return 0; }