mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
13 lines
244 B
C++
13 lines
244 B
C++
#ifndef MXBACKGROUNDAUDIOMANAGER_H
|
|
#define MXBACKGROUNDAUDIOMANAGER_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class MxBackgroundAudioManager : public MxCore
|
|
{
|
|
public:
|
|
__declspec(dllexport) void Enable(unsigned char p);
|
|
};
|
|
|
|
#endif // MXBACKGROUNDAUDIOMANAGER_H
|