diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-16 10:27:06 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-16 10:27:06 -0800 |
commit | 0baa521ba34d2cd4e0f732f83d23b807605786a2 (patch) | |
tree | dfb01163d291ee846c7a5840ffc08e089a7fb8e6 /Source/Randomizer2.h | |
parent | 0d0abe2ee56382c5751dd12fbca75af87773879f (diff) | |
download | witness-tutorializer-0baa521ba34d2cd4e0f732f83d23b807605786a2.tar.gz witness-tutorializer-0baa521ba34d2cd4e0f732f83d23b807605786a2.tar.bz2 witness-tutorializer-0baa521ba34d2cd4e0f732f83d23b807605786a2.zip |
More and more progress.
Split out functions in serializer Figured out how to allocate memory (for sequences)
Diffstat (limited to 'Source/Randomizer2.h')
-rw-r--r-- | Source/Randomizer2.h | 1 |
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 | ||
11 | private: | 11 | private: |
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 | }; |