mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
16 lines
277 B
C++
16 lines
277 B
C++
#ifndef LEGOANIMMMPRESENTER_H
|
|
#define LEGOANIMMMPRESENTER_H
|
|
|
|
#include "mxcompositepresenter.h"
|
|
|
|
class LegoAnimMMPresenter : public MxCompositePresenter
|
|
{
|
|
public:
|
|
LegoAnimMMPresenter();
|
|
|
|
// VTABLE 0x100d7de8
|
|
// SIZE 0x74
|
|
};
|
|
|
|
#endif // LEGOANIMMMPRESENTER_H
|