Fixed a bug in vibration effects and upped version number
[ghostsoverboard] / mainwindow.h
index 31438ed..5c2664c 100644 (file)
@@ -47,6 +47,7 @@ public slots:
     void restartGame();
 
 
+
 private:
 
 SeaScene * pScene_;
@@ -54,6 +55,8 @@ QGraphicsView * pView_;
 QAction* pPauseAction_;
 QList<Level> levelList_;
 int currentLevel_;
+QAction* pVibrateAction_;
+
 
 };