mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Remove LegoEventNotificationParam
unit (#1372)
This commit is contained in:

committed by
GitHub

parent
49cb120795
commit
99befafff2
@@ -401,10 +401,9 @@ function(add_lego_libraries NAME)
|
|||||||
# We need to get rid of / refactor the below units into existing/other ones
|
# We need to get rid of / refactor the below units into existing/other ones
|
||||||
LEGO1/main.cpp
|
LEGO1/main.cpp
|
||||||
LEGO1/lego/legoomni/src/entity/legolocations.cpp
|
LEGO1/lego/legoomni/src/entity/legolocations.cpp
|
||||||
LEGO1/lego/legoomni/src/notify/legoeventnotificationparam.cpp
|
|
||||||
LEGO1/lego/legoomni/src/common/legoactors.cpp
|
LEGO1/lego/legoomni/src/common/legoactors.cpp
|
||||||
LEGO1/define.cpp
|
|
||||||
LEGO1/lego/legoomni/src/common/legoplants.cpp
|
LEGO1/lego/legoomni/src/common/legoplants.cpp
|
||||||
|
LEGO1/define.cpp
|
||||||
)
|
)
|
||||||
list(APPEND list_targets ${NAME})
|
list(APPEND list_targets ${NAME})
|
||||||
|
|
||||||
|
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
DECOMP_SIZE_ASSERT(LegoControlManager, 0x60)
|
DECOMP_SIZE_ASSERT(LegoControlManager, 0x60)
|
||||||
DECOMP_SIZE_ASSERT(LegoControlManagerNotificationParam, 0x2c)
|
DECOMP_SIZE_ASSERT(LegoControlManagerNotificationParam, 0x2c)
|
||||||
|
DECOMP_SIZE_ASSERT(LegoEventNotificationParam, 0x20)
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10028520
|
// FUNCTION: LEGO1 0x10028520
|
||||||
LegoControlManager::LegoControlManager()
|
LegoControlManager::LegoControlManager()
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
#include "legoeventnotificationparam.h"
|
|
||||||
|
|
||||||
#include "decomp.h"
|
|
||||||
|
|
||||||
DECOMP_SIZE_ASSERT(LegoEventNotificationParam, 0x20)
|
|
Reference in New Issue
Block a user