aboutsummaryrefslogtreecommitdiff
path: root/MuseumPauseCommand.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-18 15:48:14 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-18 15:48:14 +0200
commitd8289105193707daede1a5b59137f18e20f20aeb (patch)
tree939908b9c4c6f7aaef8aa61ee2e04be3e85610b6 /MuseumPauseCommand.h
parent76e61d68bbf568ec0d7fc4632e52d4de5496b003 (diff)
(2/2) rename
Diffstat (limited to 'MuseumPauseCommand.h')
-rw-r--r--MuseumPauseCommand.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/MuseumPauseCommand.h b/MuseumPauseCommand.h
deleted file mode 100644
index 15d1388..0000000
--- a/MuseumPauseCommand.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include "Command.h"
-
-class ToggleMuseumPauseCommand : public Command {
- using Command::Command;
-
-public:
- virtual void toggle();
- virtual void set(bool paused);
-};
-