Initial commit
[vexed] / howtoplay.h
diff --git a/howtoplay.h b/howtoplay.h
new file mode 100644 (file)
index 0000000..2fbb12c
--- /dev/null
@@ -0,0 +1,22 @@
+#ifndef HOWTOPLAY_H
+#define HOWTOPLAY_H
+
+#include <QDialog>
+
+namespace Ui {
+    class HowToPlay;
+}
+
+class HowToPlay : public QDialog
+{
+    Q_OBJECT
+
+public:
+    explicit HowToPlay(QWidget *parent = 0);
+    ~HowToPlay();
+
+private:
+    Ui::HowToPlay *ui;
+};
+
+#endif // HOWTOPLAY_H