mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
LegoPalettePresenter: for now, use undefined4 type
This commit is contained in:
parent
b47ce3fa5b
commit
15deefad2b
@ -1,6 +1,7 @@
|
||||
#ifndef LEGOPALETTEPRESENTER_H
|
||||
#define LEGOPALETTEPRESENTER_H
|
||||
|
||||
#include "decomp.h"
|
||||
#include "mxvideopresenter.h"
|
||||
|
||||
// VTABLE 0x100d9aa0
|
||||
@ -27,7 +28,7 @@ class LegoPalettePresenter : public MxVideoPresenter
|
||||
private:
|
||||
void Init();
|
||||
|
||||
MxS32 m_unk64;
|
||||
undefined4 m_unk64;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user