#include "Command.h" #include void TestCommandInternal::execute(GameServer *server) { std::cout << "Internal testcommand launched!" << std::endl; }