summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/sfcave/sfcave.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/games/sfcave/sfcave.h b/noncore/games/sfcave/sfcave.h
index 0d9a626..238a615 100644
--- a/noncore/games/sfcave/sfcave.h
+++ b/noncore/games/sfcave/sfcave.h
@@ -28,6 +28,7 @@ public:
28 QList<int> replayList; 28 QList<int> replayList;
29 QListIterator<int> *replayIt; 29 QListIterator<int> *replayIt;
30 bool replay; 30 bool replay;
31 QString replayFile;
31 32
32 int blockWidth; 33 int blockWidth;
33 int blockHeight; 34 int blockHeight;
@@ -112,6 +113,8 @@ public:
112 void keyPressEvent( QKeyEvent *e ); 113 void keyPressEvent( QKeyEvent *e );
113 void keyReleaseEvent( QKeyEvent *e ); 114 void keyReleaseEvent( QKeyEvent *e );
114 void saveScore(); 115 void saveScore();
116 void saveReplay();
117 void loadReplay();
115 118
116private slots: 119private slots:
117 void run(); 120 void run();