Vibration on/off now in the menu.
[ghostsoverboard] / ship.h
diff --git a/ship.h b/ship.h
index 3cb73de..f07bced 100644 (file)
--- a/ship.h
+++ b/ship.h
@@ -46,6 +46,8 @@ public slots:
 
     void dropAllGhosts();
 
+    void setVibrationActivate(bool on);
+
 protected:
 
 protected:
@@ -57,6 +59,8 @@ protected:
 
     QList<QPixmap> shipImages_;
 
+    bool vibrationActive_;
+
 
 };