X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=seascene.h;h=70334e385ef5c4b94addbd6d2276283f7bc59b8a;hb=6eaae217ae97f15f57bf0425efd13b375a1bc8c0;hp=ef1eac578ca517c751722dafa43ad659494c7637;hpb=86f34fc32149646c3e6fb0dad1f437eac203f030;p=ghostsoverboard diff --git a/seascene.h b/seascene.h index ef1eac5..70334e3 100644 --- a/seascene.h +++ b/seascene.h @@ -2,6 +2,7 @@ #define SEASCENE_H #include +#include "screenlitkeeper.h" class SeaScene : public QGraphicsScene { @@ -54,6 +55,8 @@ protected: bool paused_; + ScreenLitKeeper screenLitKeeper_; +