2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-25 01:53:28 +00:00
metaforce/Runtime/Audio/CMidiManager.hpp
2017-02-17 16:19:50 -10:00

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__