mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Lots of CMFGame integration
This commit is contained in:
15
Runtime/Audio/CMidiManager.hpp
Normal file
15
Runtime/Audio/CMidiManager.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __URDE_CMIDIMANAGER_HPP__
|
||||
#define __URDE_CMIDIMANAGER_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CMidiManager
|
||||
{
|
||||
public:
|
||||
static void StopAll();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CMIDIMANAGER_HPP__
|
||||
Reference in New Issue
Block a user