isle/LEGO1/mxcompositemediapresenter.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
285 B
C++

#ifndef MXCOMPOSITEMEDIAPRESENTER_H
#define MXCOMPOSITEMEDIAPRESENTER_H
#include "mxcompositepresenter.h"
class MxCompositeMediaPresenter : public MxCompositePresenter
{
public:
MxCompositeMediaPresenter();
// SIZE 0x50
};
#endif // MXCOMPOSITEMEDIAPRESENTER_H