mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
19 lines
385 B
C++
19 lines
385 B
C++
#ifndef LEGOPHONEMEPRESENTER_H
|
|
#define LEGOPHONEMEPRESENTER_H
|
|
|
|
#include "mxflcpresenter.h"
|
|
|
|
class LegoPhonemePresenter : public MxFlcPresenter
|
|
{
|
|
public:
|
|
virtual ~LegoPhonemePresenter(); // vtable+0x0
|
|
|
|
virtual const char* GetClassName() const; // vtable+0xc
|
|
|
|
virtual void VTable0x6c(); // vtable+0x6c
|
|
|
|
// VTABLE 0x100d8040
|
|
};
|
|
|
|
#endif // LEGOPHONEMEPRESENTER_H
|