mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Init functions in MxMediaPresenter and LegoPalettePresenter (#121)
* Match MxMediaPresenter::Init * LegoPalettePresenter::Init() * LegoPalettePresenter: for now, use undefined4 type
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef LEGOPALETTEPRESENTER_H
|
||||
#define LEGOPALETTEPRESENTER_H
|
||||
|
||||
#include "decomp.h"
|
||||
#include "mxvideopresenter.h"
|
||||
|
||||
// VTABLE 0x100d9aa0
|
||||
@@ -27,6 +28,7 @@ public:
|
||||
private:
|
||||
void Init();
|
||||
|
||||
undefined4 m_unk64;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user