X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fshared%2Fcommands.hpp;h=c151da3c8ecec2885f4ae9f6c4db869d3c75517e;hb=cdd865c1934eccbb1f1d0ffaf041e53f0fdd524b;hp=1c00241850350ac80ce5be9b5390e3112483bb65;hpb=b00e4b77859d13bdf29bd50e91315a46a15bd01d;p=blank.git diff --git a/src/shared/commands.hpp b/src/shared/commands.hpp index 1c00241..c151da3 100644 --- a/src/shared/commands.hpp +++ b/src/shared/commands.hpp @@ -6,6 +6,13 @@ namespace blank { +class ImpersonateCommand +: public CLI::Command { + + void Execute(CLI &, CLIContext &, TokenStreamReader &) override; + +}; + class TeleportCommand : public CLI::Command {