This commit is contained in:
Christian Semmler 2023-12-27 13:26:44 -05:00
parent 9d5a7ed0a3
commit 2b5f1ff36a

View File

@ -17,13 +17,11 @@ class LegoFlcTexturePresenter : public MxFlcPresenter {
return "LegoFlcTexturePresenter"; return "LegoFlcTexturePresenter";
} }
// MxFlcPresenter's ::IsA is used
private: private:
void Init(); void Init();
undefined4 m_unk0x68; undefined4 m_unk0x68; // 0x68
undefined4 m_unk0x6c; undefined4 m_unk0x6c; // 0x6c
}; };
#endif // LEGOFLCTEXTUREPRESENTER_H #endif // LEGOFLCTEXTUREPRESENTER_H