LegoPalettePresenter: for now, use undefined4 type

This commit is contained in:
Joshua Peisach 2023-09-11 13:24:25 -04:00 committed by GitHub
parent b47ce3fa5b
commit 15deefad2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}; };