summaryrefslogtreecommitdiff
Side-by-side diff
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:
QList<int> replayList;
QListIterator<int> *replayIt;
bool replay;
+ QString replayFile;
int blockWidth;
int blockHeight;
@@ -112,6 +113,8 @@ public:
void keyPressEvent( QKeyEvent *e );
void keyReleaseEvent( QKeyEvent *e );
void saveScore();
+ void saveReplay();
+ void loadReplay();
private slots:
void run();