Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef GAMESELECTOR_H
- #define GAMESELECTOR_H
- #include <QDialog>
- #include <QTextStream>
- #include <ctime>
- #include <cstdlib>
- #include <stdlib.h>
- namespace Ui {
- class gameselector;
- }
- class gameselector : public QDialog
- {
- Q_OBJECT
- public:
- explicit gameselector(QWidget *parent = 0);
- ~gameselector();
- public slots:
- void f_proposer();
- private:
- Ui::gameselector *ui;
- QString smap[11];
- QString sgt[3];
- int tabgt[11];
- };
- #endif // GAMESELECTOR_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement