mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 04:01:15 +00:00
15 lines
248 B
C++
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
|