mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
reorganized repo, implemented mxcore
This commit is contained in:
15
LEGO1/mxomni.h
Normal file
15
LEGO1/mxomni.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef MXOMNI_H
|
||||
#define MXOMNI_H
|
||||
|
||||
class MxOmni
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) static const char *GetHD();
|
||||
__declspec(dllexport) static const char *GetCD();
|
||||
__declspec(dllexport) static void SetHD(const char *s);
|
||||
__declspec(dllexport) static void SetCD(const char *s);
|
||||
__declspec(dllexport) static void SetSound3D(unsigned char param_1);
|
||||
__declspec(dllexport) static void DestroyInstance();
|
||||
};
|
||||
|
||||
#endif // MXOMNI_H
|
Reference in New Issue
Block a user