Remove LegoEventNotificationParam unit (#1372)

This commit is contained in:
Christian Semmler
2025-01-22 17:25:53 -07:00
committed by GitHub
parent 49cb120795
commit 99befafff2
3 changed files with 2 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
DECOMP_SIZE_ASSERT(LegoControlManager, 0x60)
DECOMP_SIZE_ASSERT(LegoControlManagerNotificationParam, 0x2c)
DECOMP_SIZE_ASSERT(LegoEventNotificationParam, 0x20)
// FUNCTION: LEGO1 0x10028520
LegoControlManager::LegoControlManager()

View File

@@ -1,5 +0,0 @@
#include "legoeventnotificationparam.h"
#include "decomp.h"
DECOMP_SIZE_ASSERT(LegoEventNotificationParam, 0x20)