diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-21 17:54:56 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-21 17:54:56 +0200 |
commit | 10ce9f45b9551dc103272c2b2374db1c1e3b8bcb (patch) | |
tree | 4fba15ce11c42dbfadca5cf6ff7a4c0b774ff507 /Museum.cpp | |
parent | 90652f512e9621e0dfac497439c7c80bf113d9d5 (diff) |
add ControlBooleanCommand
Diffstat (limited to 'Museum.cpp')
-rw-r--r-- | Museum.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -48,7 +48,3 @@ void Museum::work() { } } -void Museum::set_pause(bool paused) { - this->paused = paused; -} - |