From 483e550c75f935706fde4e0ca29c4486aeca09a0 Mon Sep 17 00:00:00 2001 From: andyq Date: Wed, 11 Dec 2002 17:48:40 +0000 Subject: Added new methods and members for replay loading and saving --- 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 replayList; QListIterator *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(); -- cgit v0.9.0.2