#ifndef __URDE_CGBASUPPORT_HPP__ #define __URDE_CGBASUPPORT_HPP__ namespace urde { namespace MP1 { class CGBASupport { public: bool PumpLoad(); }; } } #endif // __URDE_CGBASUPPORT_HPP__