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

16 lines
245 B
C++

#ifndef LEGOPATHPRESENTER_H
#define LEGOPATHPRESENTER_H
#include "mxmediapresenter.h"
class LegoPathPresenter : public MxMediaPresenter
{
public:
LegoPathPresenter();
// VTABLE 0x100d7c10
};
#endif // LEGOPATHPRESENTER_H