first commit
[blok] / mainwindow.h
diff --git a/mainwindow.h b/mainwindow.h
new file mode 100644 (file)
index 0000000..eaf7f99
--- /dev/null
@@ -0,0 +1,25 @@
+#ifndef MAINWINDOW_H
+#define MAINWINDOW_H
+
+#include <QMainWindow>
+#include <QGraphicsView>
+#include "physicsscene.h"
+
+#include "blokgameview.h"
+
+
+class MainWindow : public QMainWindow
+{
+    Q_OBJECT
+public:
+    explicit MainWindow(QWidget *parent = 0);
+signals:
+
+public slots:
+
+
+private:
+    BlokGameView * mView;
+};
+
+#endif // MAINWINDOW_H