From 0baa521ba34d2cd4e0f732f83d23b807605786a2 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sat, 16 Nov 2019 10:27:06 -0800 Subject: More and more progress. Split out functions in serializer Figured out how to allocate memory (for sequences) --- Source/Randomizer2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Randomizer2.h') 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: private: void SetGate(int panel, int X, int Y); + void SetPos(int panel, float x, float y, float z); std::shared_ptr _memory; }; -- cgit 1.4.1