#ifndef COMMANDDISPATCHER_H #define COMMANDDISPATCHER_H class CommandDispatcher { public: CommandDispatcher(); }; #endif // COMMANDDISPATCHER_H