Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "gameselector.h"
- #include <QApplication>
- int main(int argc, char *argv[])
- {
- QApplication a(argc, argv);
- srand(time(0));
- gameselector w;
- w.show();
- return a.exec();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement