reorganized repo, implemented mxcore

This commit is contained in:
itsmattkc
2023-05-05 02:54:17 -07:00
parent 1690784a8b
commit d4e2fb8d8a
54 changed files with 958 additions and 243 deletions

14
LEGO1/mxstreamer.h Normal file
View File

@@ -0,0 +1,14 @@
#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