Keeps screen lit and pauses when app is backgrounded
[ghostsoverboard] / seascene.h
index ef1eac5..70334e3 100644 (file)
@@ -2,6 +2,7 @@
 #define SEASCENE_H
 
 #include <QGraphicsScene>
+#include "screenlitkeeper.h"
 
 class SeaScene : public QGraphicsScene
 {
@@ -54,6 +55,8 @@ protected:
 
     bool paused_;
 
+    ScreenLitKeeper screenLitKeeper_;
+