#ifndef GENERALCOMMANDS_H #define GENERALCOMMANDS_H #include #include #include "server/commands/ServerCommands.h" namespace GeneralCommands { void test(ServerCommands& sc, const std::vector& args); void stop(ServerCommands& sc, const std::vector& args); } #endif