aboutsummaryrefslogtreecommitdiff
path: root/ToggleArtistPathCollisionCommand.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-25 13:02:38 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-25 13:02:38 +0200
commit8cf389aaf748c77aecda0b3a3773c45053b0f231 (patch)
tree91268879710d6ae2868e548d3f44c664a19443d8 /ToggleArtistPathCollisionCommand.h
parentda669db4f083194bc78358041c5d9929e103ac9f (diff)
implement all ALGA features
Diffstat (limited to 'ToggleArtistPathCollisionCommand.h')
-rw-r--r--ToggleArtistPathCollisionCommand.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ToggleArtistPathCollisionCommand.h b/ToggleArtistPathCollisionCommand.h
new file mode 100644
index 0000000..6d3317e
--- /dev/null
+++ b/ToggleArtistPathCollisionCommand.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "ControlBooleanCommand.h"
+
+class Museum;
+
+class ToggleArtistPathCollisionCommand : public ControlBooleanCommand {
+public:
+ ToggleArtistPathCollisionCommand(Museum & m);
+};
+