1 2 3 4 5 6 7 8 9 10
#ifndef HELPNODE_H #define HELPNODE_H class HelpNode : public ExecuteNode { public: HelpNode(); }; #endif // HELPNODE_H