2023-06-29 04:10:08 -04:00
|
|
|
#ifndef LEGOFLCTEXTUREPRESENTER_H
|
|
|
|
#define LEGOFLCTEXTUREPRESENTER_H
|
|
|
|
|
2023-12-27 13:30:16 -05:00
|
|
|
#include "decomp.h"
|
2023-06-29 04:10:08 -04:00
|
|
|
#include "mxflcpresenter.h"
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// VTABLE: LEGO1 0x100d89e0
|
2023-06-29 04:10:08 -04:00
|
|
|
// SIZE 0x70
|
2023-10-24 19:38:27 -04:00
|
|
|
class LegoFlcTexturePresenter : public MxFlcPresenter {
|
2023-06-29 04:10:08 -04:00
|
|
|
public:
|
2023-10-24 19:38:27 -04:00
|
|
|
LegoFlcTexturePresenter();
|
2023-06-29 04:10:08 -04:00
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x1005def0
|
2023-10-24 19:38:27 -04:00
|
|
|
inline const char* ClassName() const override // vtable+0xc
|
|
|
|
{
|
2023-12-27 15:59:42 -05:00
|
|
|
// STRING: LEGO1 0x100f0634
|
2023-10-24 19:38:27 -04:00
|
|
|
return "LegoFlcTexturePresenter";
|
|
|
|
}
|
2023-12-27 13:30:16 -05:00
|
|
|
|
2024-01-18 08:34:14 -05:00
|
|
|
// SYNTHETIC: LEGO1 0x1005df00
|
|
|
|
// LegoFlcTexturePresenter::`scalar deleting destructor'
|
|
|
|
|
2023-12-27 13:30:16 -05:00
|
|
|
private:
|
|
|
|
void Init();
|
|
|
|
|
|
|
|
undefined4 m_unk0x68; // 0x68
|
|
|
|
undefined4 m_unk0x6c; // 0x6c
|
2023-06-29 04:10:08 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif // LEGOFLCTEXTUREPRESENTER_H
|