isle-portable/LEGO1/mxbackgroundaudiomanager.h

11 lines
207 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef MXBACKGROUNDAUDIOMANAGER_H
#define MXBACKGROUNDAUDIOMANAGER_H
class MxBackgroundAudioManager
{
public:
__declspec(dllexport) void Enable(unsigned char p);
};
#endif // MXBACKGROUNDAUDIOMANAGER_H