mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
12 lines
173 B
C++
12 lines
173 B
C++
#ifndef MXNEXTACTIONDATASTART_H
|
|
#define MXNEXTACTIONDATASTART_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class MxNextActionDataStart : public MxCore
|
|
{
|
|
|
|
};
|
|
|
|
#endif // MXNEXTACTIONDATASTART_H
|