Pause/unpause by tapping the screen now works
[ghostsoverboard] / mainwindow.h
index 141b510..b96eb4a 100644 (file)
@@ -27,6 +27,7 @@
 #include <QGraphicsView>
 #include "orientationcontrolledgraphicspixmapobject.h"
 #include "seascene.h"
+#include "seaview.h"
 #include "level.h"
 
 class MainWindow : public QMainWindow
@@ -47,12 +48,15 @@ public slots:
     void restartGame();
 
 
+
 private:
 
 SeaScene * pScene_;
-QGraphicsView * pView_;
+SeaView * pView_;
 QAction* pPauseAction_;
-QList<Level> levelList;
+QList<Level> levelList_;
+int currentLevel_;
+QAction* pVibrateAction_;
 
 
 };