mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
13 lines
208 B
C++
13 lines
208 B
C++
#ifndef MXRAMSTREAMCONTROLLER_H
|
|
#define MXRAMSTREAMCONTROLLER_H
|
|
|
|
#include "mxstreamcontroller.h"
|
|
|
|
class MxRAMStreamController : public MxStreamController
|
|
{
|
|
|
|
};
|
|
|
|
|
|
#endif // MXRAMSTREAMCONTROLLER_H
|