From d8289105193707daede1a5b59137f18e20f20aeb Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 18 Oct 2024 15:48:14 +0200 Subject: (2/2) rename --- StepTileCommand.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 StepTileCommand.h (limited to 'StepTileCommand.h') diff --git a/StepTileCommand.h b/StepTileCommand.h new file mode 100644 index 0000000..ce9dccd --- /dev/null +++ b/StepTileCommand.h @@ -0,0 +1,11 @@ +#pragma once + +#include "Command.h" + +class StepTileCommand : public Command { + using Command::Command; + +public: + virtual void execute(unsigned int x, unsigned int y); +}; + -- cgit v1.2.3