2023-06-29 04:10:08 -04:00
|
|
|
#ifndef LEGOPHONEMEPRESENTER_H
|
|
|
|
#define LEGOPHONEMEPRESENTER_H
|
|
|
|
|
2023-08-28 05:38:46 -04:00
|
|
|
#include "decomp.h"
|
2023-06-29 04:10:08 -04:00
|
|
|
#include "mxflcpresenter.h"
|
2023-08-28 05:38:46 -04:00
|
|
|
#include "mxstring.h"
|
|
|
|
#include "mxtypes.h"
|
2023-06-29 04:10:08 -04:00
|
|
|
|
|
|
|
// VTABLE 0x100d8040
|
|
|
|
// SIZE 0x88
|
|
|
|
class LegoPhonemePresenter : public MxFlcPresenter
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
LegoPhonemePresenter();
|
|
|
|
virtual ~LegoPhonemePresenter() override; // vtable+0x0
|
|
|
|
|
|
|
|
// OFFSET: LEGO1 0x1004e310
|
|
|
|
inline const char *ClassName() const override // vtable+0xc
|
|
|
|
{
|
|
|
|
// 0x100f064c
|
|
|
|
return "LegoPhonemePresenter";
|
|
|
|
}
|
|
|
|
|
|
|
|
private:
|
|
|
|
void Init();
|
2023-08-28 05:38:46 -04:00
|
|
|
int m_unk68;
|
|
|
|
int m_unk6c;
|
|
|
|
undefined m_unk70;
|
|
|
|
MxString m_string; // 0x74
|
|
|
|
undefined m_unk84;
|
2023-06-29 04:10:08 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif // LEGOPHONEMEPRESENTER_H
|