mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 21:21:16 +00:00
add MxRAMStreamController stub
This commit is contained in:
parent
7725d6e4f3
commit
7827e3a962
3
LEGO1/mxramstreamcontroller.cpp
Normal file
3
LEGO1/mxramstreamcontroller.cpp
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#include "mxramstreamcontroller.h"
|
||||||
|
|
||||||
|
DECOMP_SIZE_ASSERT(MxRAMStreamController, 0x98);
|
||||||
@ -1,11 +1,18 @@
|
|||||||
#ifndef MXRAMSTREAMCONTROLLER_H
|
#ifndef MXRAMSTREAMCONTROLLER_H
|
||||||
#define MXRAMSTREAMCONTROLLER_H
|
#define MXRAMSTREAMCONTROLLER_H
|
||||||
|
|
||||||
|
#include "mxdsbuffer.h"
|
||||||
#include "mxstreamcontroller.h"
|
#include "mxstreamcontroller.h"
|
||||||
|
|
||||||
// VTABLE 0x100dc728
|
// VTABLE 0x100dc728
|
||||||
|
// SIZE 0x98
|
||||||
class MxRAMStreamController : public MxStreamController
|
class MxRAMStreamController : public MxStreamController
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
|
inline MxRAMStreamController() {}
|
||||||
|
|
||||||
|
private:
|
||||||
|
MxDSBuffer m_buffer;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user