isle-portable/LEGO1/mxstreamer.h

15 lines
268 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#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);
};
#endif // MXSTREAMER_H