X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fserver%2FServer.hpp;h=f81c9cea205b4918edfbb26e4da3c1357402baa4;hb=b07f3c123fff221edeffb4864bab7db88d0d1f4d;hp=9b89ab1bbc94692a400c7a3a6eda0054ca98a161;hpb=fa3c4a14546d73ddc2671cd5cc58208839bf7173;p=blank.git diff --git a/src/server/Server.hpp b/src/server/Server.hpp index 9b89ab1..f81c9ce 100644 --- a/src/server/Server.hpp +++ b/src/server/Server.hpp @@ -7,6 +7,7 @@ #include "../world/WorldManipulator.hpp" #include +#include #include #include @@ -15,6 +16,7 @@ namespace blank { class ChunkIndex; class CLIContext; +class CommandService; class Model; class Player; class WorldSave; @@ -77,6 +79,7 @@ private: const Model *player_model; CLI cli; + std::unique_ptr cmd_srv; };