Added "About"
[vexed] / howtoplay.h
1 #ifndef HOWTOPLAY_H
2 #define HOWTOPLAY_H
3
4 #include <QDialog>
5
6 namespace Ui {
7     class HowToPlay;
8 }
9
10 class HowToPlay : public QDialog
11 {
12     Q_OBJECT
13
14 public:
15     explicit HowToPlay(QWidget *parent = 0);
16     ~HowToPlay();
17
18 private:
19     Ui::HowToPlay *ui;
20 };
21
22 #endif // HOWTOPLAY_H