prime/include/Kyoto/Audio/CMidiManager.hpp
Henrique Gemignani Passos Lima 1b5ee3bee8
Add CScriptMidi
2022-10-22 00:40:29 +03:00

16 lines
346 B
C++

#ifndef _CMIDIMANAGER
#define _CMIDIMANAGER
#include "Kyoto/Audio/CSfxHandle.hpp"
class CMidiManager {
public:
class CMidiWrapper {};
class CMidiData {};
static CSfxHandle Play(const CMidiData&, unsigned short fadeTime, bool stopExisting, short volume);
static void Stop(const CSfxHandle&, unsigned short);
};
#endif // _CMIDIMANAGER