mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
15 lines
283 B
C++
15 lines
283 B
C++
#ifndef MXDISKSTREAMCONTROLLER_H
|
|
#define MXDISKSTREAMCONTROLLER_H
|
|
|
|
#include "mxstreamcontroller.h"
|
|
|
|
class MxDiskStreamController : public MxStreamController
|
|
{
|
|
public:
|
|
virtual ~MxDiskStreamController();
|
|
|
|
virtual long Tickle(); // vtable+0x8
|
|
};
|
|
|
|
#endif // MXDISKSTREAMCONTROLLER_H
|