metaforce/Runtime/Audio/CMidiManager.hpp

16 lines
186 B
C++

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