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