isle/LEGO1/mxbackgroundaudiomanager.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

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