prime/include/Kyoto/Audio/CMidiManager.hpp
Henrique Gemignani Passos Lima 2af0d744cc Add CScriptMidi
Former-commit-id: 1b5ee3bee85ea2642aed12edea2d7fbbeb8bd1a8
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