#include #ifndef _PLUGIN_COMMANDS_H #define _PLUGIN_COMMANDS_H std::deque parseCmd(std::string cmd); #endif