mirror of https://github.com/AxioDL/metaforce.git
12 lines
84 B
C++
12 lines
84 B
C++
|
#include "CMidiManager.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
void CMidiManager::StopAll()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|