Init functions in MxMediaPresenter and LegoPalettePresenter (#121)

* Match MxMediaPresenter::Init

* LegoPalettePresenter::Init()

* LegoPalettePresenter: for now, use undefined4 type
This commit is contained in:
Joshua Peisach
2023-09-11 13:43:55 -04:00
committed by GitHub
parent dc18b5d9c1
commit 3e7cb6a7a8
3 changed files with 11 additions and 4 deletions

View File

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