mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
15 lines
271 B
C++
15 lines
271 B
C++
#ifndef MXCOMPOSITEMEDIAPRESENTER_H
|
|
#define MXCOMPOSITEMEDIAPRESENTER_H
|
|
|
|
#include "mxcompositepresenter.h"
|
|
|
|
class MxCompositeMediaPresenter : public MxCompositePresenter
|
|
{
|
|
public:
|
|
MxCompositeMediaPresenter();
|
|
|
|
// SIZE 0x50
|
|
};
|
|
|
|
#endif // MXCOMPOSITEMEDIAPRESENTER_H
|