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