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