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

12 lines
84 B
C++

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