/*! * \file include/commands/CommandSet.h * \brief Set Command interface * * \author xythobuz */ #ifndef _COMMAND_SET_H_ #define _COMMAND_SET_H_ #include "commands/Command.h" DECLARE_SIMPLE_CMD(CommandSet); #endif