isle/LEGO1/mxnextactiondatastart.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

12 lines
184 B
C++

#ifndef MXNEXTACTIONDATASTART_H
#define MXNEXTACTIONDATASTART_H
#include "mxcore.h"
class MxNextActionDataStart : public MxCore
{
};
#endif // MXNEXTACTIONDATASTART_H