mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 05:01:17 +00:00
Fix some class errors
This commit is contained in:
parent
12ab2bc6cc
commit
d5640b9095
@ -1,6 +1,9 @@
|
||||
#ifndef MXPRESENTER_H
|
||||
#define MXPRESENTER_H
|
||||
|
||||
#include "mxstreamcontroller.h"
|
||||
#include "mxdsaction.h"
|
||||
|
||||
class MxPresenter
|
||||
{
|
||||
protected:
|
||||
|
||||
@ -8,6 +8,7 @@ class MxStreamer
|
||||
public:
|
||||
__declspec(dllexport) MxStreamController *Open(const char *name, unsigned short p);
|
||||
__declspec(dllexport) long Close(const char *p);
|
||||
const char* GetClassName();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user