mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoFlcTexturePresenter (#1015)
* Implement/match LegoFlcTexturePresenter * Move files
This commit is contained in:

committed by
GitHub

parent
1c430f894d
commit
c22c6f3379
@@ -4,6 +4,8 @@
|
||||
#include "decomp.h"
|
||||
#include "mxflcpresenter.h"
|
||||
|
||||
class LegoTextureInfo;
|
||||
|
||||
// VTABLE: LEGO1 0x100d89e0
|
||||
// SIZE 0x70
|
||||
class LegoFlcTexturePresenter : public MxFlcPresenter {
|
||||
@@ -34,8 +36,8 @@ public:
|
||||
private:
|
||||
void Init();
|
||||
|
||||
undefined4 m_unk0x68; // 0x68
|
||||
undefined4 m_unk0x6c; // 0x6c
|
||||
MxS32 m_rectCount; // 0x68
|
||||
LegoTextureInfo* m_texture; // 0x6c
|
||||
};
|
||||
|
||||
#endif // LEGOFLCTEXTUREPRESENTER_H
|
||||
|
Reference in New Issue
Block a user