mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
initial commit
This commit is contained in:
14
lib/mxstreamer.h
Normal file
14
lib/mxstreamer.h
Normal 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
|
Reference in New Issue
Block a user