summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave/sfcave.h
Side-by-side diff
Diffstat (limited to 'noncore/games/sfcave/sfcave.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/sfcave/sfcave.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/noncore/games/sfcave/sfcave.h b/noncore/games/sfcave/sfcave.h
index 69a0e13..0d9a626 100644
--- a/noncore/games/sfcave/sfcave.h
+++ b/noncore/games/sfcave/sfcave.h
@@ -6,4 +6,5 @@
#include <qtimer.h>
+#include <qlist.h>
-
+#include "random.h"
@@ -13,2 +14,4 @@
+
+
class SFCave : public QMainWindow
@@ -22,2 +25,8 @@ public:
+ int currentSeed;
+
+ QList<int> replayList;
+ QListIterator<int> *replayIt;
+ bool replay;
+
int blockWidth;
@@ -81,2 +90,3 @@ public:
void start();
+ void setSeed( int seed );
int nextInt( int range );