mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-25 01:53:28 +00:00
12 lines
84 B
C++
12 lines
84 B
C++
#include "CMidiManager.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
void CMidiManager::StopAll()
|
|
{
|
|
|
|
}
|
|
|
|
}
|