isle/LEGO1/mxcompositepresenter.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

15 lines
248 B
C++

#ifndef MXCOMPOSITEPRESENTER_H
#define MXCOMPOSITEPRESENTER_H
#include "mxpresenter.h"
class MxCompositePresenter : public MxPresenter
{
public:
MxCompositePresenter();
// VTABLE 0x100dc618
};
#endif // MXCOMPOSITEPRESENTER_H