about summary refs log tree commit diff stats
path: root/Source/Randomizer2.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Randomizer2.h')
-rw-r--r--Source/Randomizer2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Randomizer2.h b/Source/Randomizer2.h index 848fd22..359e357 100644 --- a/Source/Randomizer2.h +++ b/Source/Randomizer2.h
@@ -10,6 +10,7 @@ public:
10 10
11private: 11private:
12 void SetGate(int panel, int X, int Y); 12 void SetGate(int panel, int X, int Y);
13 void SetPos(int panel, float x, float y, float z);
13 14
14 std::shared_ptr<Memory> _memory; 15 std::shared_ptr<Memory> _memory;
15}; 16};