isle/LEGO1/mxstreamer.h
2023-06-23 17:36:29 -07:00

16 lines
298 B
C++

#ifndef MXSTREAMER_H
#define MXSTREAMER_H
#include "mxstreamcontroller.h"
class MxStreamer
{
public:
__declspec(dllexport) MxStreamController *Open(const char *name, unsigned short p);
__declspec(dllexport) long Close(const char *p);
const char* GetClassName();
};
#endif // MXSTREAMER_H