#include "game.h" #include int main(int argc, char *argv[]) { QApplication a(argc, argv); Game *game = new Game(); game->show(); return a.exec(); }