mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-23 08:08:03 -05:00
13 lines
194 B
C
13 lines
194 B
C
|
#ifndef MXNEXTACTIONDATASTART_H
|
||
|
#define MXNEXTACTIONDATASTART_H
|
||
|
|
||
|
#include "mxcore.h"
|
||
|
|
||
|
// VTABLE 0x100dc9a0
|
||
|
class MxNextActionDataStart : public MxCore
|
||
|
{
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // MXNEXTACTIONDATASTART_H
|