Merge branch 'levelstructure'
[ghostsoverboard] / mainwindow.h
index 31438ed..91be672 100644 (file)
@@ -47,6 +47,7 @@ public slots:
     void restartGame();
 
 
+
 private:
 
 SeaScene * pScene_;
@@ -55,6 +56,7 @@ QAction* pPauseAction_;
 QList<Level> levelList_;
 int currentLevel_;
 
+
 };
 
 #endif // MAINWINDOW_H