Add size assert

This commit is contained in:
Christian Semmler 2023-11-02 06:51:26 -04:00
parent 3c069c2604
commit 036a86f7f5
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "legoomni.h" #include "legoomni.h"
#include "legovideomanager.h" #include "legovideomanager.h"
DECOMP_SIZE_ASSERT(LegoEntityPresenter, 0x50);
// OFFSET: LEGO1 0x10053440 // OFFSET: LEGO1 0x10053440
LegoEntityPresenter::LegoEntityPresenter() LegoEntityPresenter::LegoEntityPresenter()
{ {

View File

@ -4,6 +4,7 @@
#include "mxcompositepresenter.h" #include "mxcompositepresenter.h"
// VTABLE 0x100d8398 // VTABLE 0x100d8398
// SIZE 0x50
class LegoEntityPresenter : public MxCompositePresenter { class LegoEntityPresenter : public MxCompositePresenter {
public: public:
LegoEntityPresenter(); LegoEntityPresenter();