metaforce/Runtime/Audio/CMidiManager.cpp

12 lines
84 B
C++

#include "CMidiManager.hpp"
namespace urde
{
void CMidiManager::StopAll()
{
}
}