Fixed a bug in vibration effects and upped version number
[ghostsoverboard] / mainwindow.h
index 91be672..5c2664c 100644 (file)
@@ -55,6 +55,7 @@ QGraphicsView * pView_;
 QAction* pPauseAction_;
 QList<Level> levelList_;
 int currentLevel_;
+QAction* pVibrateAction_;
 
 
 };