mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11: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
|
#ifndef LEGOPALETTEPRESENTER_H
|
||||||
#define LEGOPALETTEPRESENTER_H
|
#define LEGOPALETTEPRESENTER_H
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
#include "mxvideopresenter.h"
|
#include "mxvideopresenter.h"
|
||||||
|
|
||||||
// VTABLE 0x100d9aa0
|
// VTABLE 0x100d9aa0
|
||||||
@ -27,7 +28,7 @@ class LegoPalettePresenter : public MxVideoPresenter
|
|||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
MxS32 m_unk64;
|
undefined4 m_unk64;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user