diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-25 13:02:38 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-25 13:02:38 +0200 |
commit | 8cf389aaf748c77aecda0b3a3773c45053b0f231 (patch) | |
tree | 91268879710d6ae2868e548d3f44c664a19443d8 /ToggleArtistPathCollisionCommand.cpp | |
parent | da669db4f083194bc78358041c5d9929e103ac9f (diff) |
implement all ALGA features
Diffstat (limited to 'ToggleArtistPathCollisionCommand.cpp')
-rw-r--r-- | ToggleArtistPathCollisionCommand.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ToggleArtistPathCollisionCommand.cpp b/ToggleArtistPathCollisionCommand.cpp new file mode 100644 index 0000000..81cfbf9 --- /dev/null +++ b/ToggleArtistPathCollisionCommand.cpp @@ -0,0 +1,5 @@ +#include "ToggleArtistPathCollisionCommand.h" +#include "Museum.h" + +ToggleArtistPathCollisionCommand::ToggleArtistPathCollisionCommand(Museum & m) : ControlBooleanCommand(m.pathfinding.has_collision) { } + |