mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
9 lines
190 B
C++
9 lines
190 B
C++
#ifndef MXNEXTACTIONDATASTART_H
|
|
#define MXNEXTACTIONDATASTART_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
// VTABLE 0x100dc9a0
|
|
class MxNextActionDataStart : public MxCore {};
|
|
|
|
#endif // MXNEXTACTIONDATASTART_H
|