-rw-r--r-- | noncore/games/sfcave/sfcave.h | 3 |
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 @@ -30,2 +30,3 @@ public: bool replay; + QString replayFile; @@ -114,2 +115,4 @@ public: void saveScore(); + void saveReplay(); + void loadReplay(); |