mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
20 lines
323 B
C++
20 lines
323 B
C++
#ifndef LEGOENTITYPRESENTER_H
|
|
#define LEGOENTITYPRESENTER_H
|
|
|
|
#include "mxcompositepresenter.h"
|
|
|
|
class LegoEntityPresenter : public MxCompositePresenter
|
|
{
|
|
public:
|
|
LegoEntityPresenter();
|
|
virtual ~LegoEntityPresenter(); // vtable+0x0
|
|
|
|
private:
|
|
void Init();
|
|
|
|
// VTABLE 0x100d8398
|
|
};
|
|
|
|
|
|
#endif // LEGOENTITYPRESENTER_H
|