/*! * \file include/commands/CommandAnimate.h * \brief Animate Command interface * * \author xythobuz */ #ifndef _COMMAND_ANIMATE_H_ #define _COMMAND_ANIMATE_H_ #include "commands/Command.h" DECLARE_SIMPLE_CMD(CommandAnimate); #endif