mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
10 lines
190 B
C++
10 lines
190 B
C++
#ifndef MXNEXTACTIONDATASTART_H
|
|
#define MXNEXTACTIONDATASTART_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
// VTABLE 0x100dc9a0
|
|
class MxNextActionDataStart : public MxCore {};
|
|
|
|
#endif // MXNEXTACTIONDATASTART_H
|