isle/LEGO1/legoflctexturepresenter.h
Joshua Peisach 9d5a7ed0a3
LegoFlcTexturePresenter init function
say that 5 times fast
2023-12-27 12:55:32 -05:00

30 lines
563 B
C++

#ifndef LEGOFLCTEXTUREPRESENTER_H
#define LEGOFLCTEXTUREPRESENTER_H
#include "decomp.h"
#include "mxflcpresenter.h"
// VTABLE: LEGO1 0x100d89e0
// SIZE 0x70
class LegoFlcTexturePresenter : public MxFlcPresenter {
public:
LegoFlcTexturePresenter();
// FUNCTION: LEGO1 0x1005def0
inline const char* ClassName() const override // vtable+0xc
{
// GLOBAL: LEGO1 0x100f0634
return "LegoFlcTexturePresenter";
}
// MxFlcPresenter's ::IsA is used
private:
void Init();
undefined4 m_unk0x68;
undefined4 m_unk0x6c;
};
#endif // LEGOFLCTEXTUREPRESENTER_H