X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fshared%2Fcommands.hpp;h=c151da3c8ecec2885f4ae9f6c4db869d3c75517e;hb=e40a5620036f6887828fe547588125f08ff718be;hp=1c00241850350ac80ce5be9b5390e3112483bb65;hpb=fa3c4a14546d73ddc2671cd5cc58208839bf7173;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 {