mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
13 lines
216 B
C
13 lines
216 B
C
|
#ifndef MXRAMSTREAMCONTROLLER_H
|
||
|
#define MXRAMSTREAMCONTROLLER_H
|
||
|
|
||
|
#include "mxstreamcontroller.h"
|
||
|
|
||
|
// VTABLE 0x100dc728
|
||
|
class MxRAMStreamController : public MxStreamController
|
||
|
{
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // MXRAMSTREAMCONTROLLER_H
|