/*! * \file include/commands/CommandGame.h * \brief Game Command interface * * \author xythobuz */ #ifndef _COMMAND_GAME_H_ #define _COMMAND_GAME_H_ #include "commands/Command.h" DECLARE_SIMPLE_CMD_NO_HELP(CommandPos); DECLARE_SIMPLE_CMD_NO_HELP(CommandViewmodel); DECLARE_SIMPLE_CMD_NO_HELP(CommandPigtail); DECLARE_SIMPLE_CMD_NO_HELP(CommandPonypos); #endif