Skip to content

Commit

Permalink
Remove LegoEventNotificationParam unit
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Jan 22, 2025
1 parent 49cb120 commit bd82416
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,9 @@ function(add_lego_libraries NAME)
# We need to get rid of / refactor the below units into existing/other ones
LEGO1/main.cpp
LEGO1/lego/legoomni/src/entity/legolocations.cpp
LEGO1/lego/legoomni/src/notify/legoeventnotificationparam.cpp
LEGO1/lego/legoomni/src/common/legoactors.cpp
LEGO1/define.cpp
LEGO1/lego/legoomni/src/common/legoplants.cpp
LEGO1/define.cpp
)
list(APPEND list_targets ${NAME})

Expand Down
1 change: 1 addition & 0 deletions LEGO1/lego/legoomni/src/control/legocontrolmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

DECOMP_SIZE_ASSERT(LegoControlManager, 0x60)
DECOMP_SIZE_ASSERT(LegoControlManagerNotificationParam, 0x2c)
DECOMP_SIZE_ASSERT(LegoEventNotificationParam, 0x20)

// FUNCTION: LEGO1 0x10028520
LegoControlManager::LegoControlManager()
Expand Down
5 changes: 0 additions & 5 deletions LEGO1/lego/legoomni/src/notify/legoeventnotificationparam.cpp

This file was deleted.

0 comments on commit bd82416

Please sign in to comment.