about summary refs log tree commit diff stats
path: root/Source/ChallengeRandomizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ChallengeRandomizer.h')
-rw-r--r--Source/ChallengeRandomizer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/ChallengeRandomizer.h b/Source/ChallengeRandomizer.h index 0a43b4a..10944cd 100644 --- a/Source/ChallengeRandomizer.h +++ b/Source/ChallengeRandomizer.h
@@ -7,8 +7,6 @@ public:
7 ChallengeRandomizer(const std::shared_ptr<Memory>& memory, int seed); 7 ChallengeRandomizer(const std::shared_ptr<Memory>& memory, int seed);
8 8
9private: 9private:
10 void HandleSigScans();
11
12 void AdjustRng(int offset); 10 void AdjustRng(int offset);
13 std::shared_ptr<Memory> _memory; 11 std::shared_ptr<Memory> _memory;
14 12