#ifndef __URDE_CMIDIMANAGER_HPP__ #define __URDE_CMIDIMANAGER_HPP__ namespace urde { class CMidiManager { public: static void StopAll(); }; } #endif // __URDE_CMIDIMANAGER_HPP__