LegoWorld::LegoWorld to 100% (#480)

This commit is contained in:
MS
2024-01-22 10:18:46 -05:00
committed by GitHub
parent a65eb9a4e0
commit a19165a749
9 changed files with 82 additions and 7 deletions

View File

@@ -11,6 +11,9 @@ class LegoEntity;
// Note: There is an extra class between LegoROI and ViewROI,
// maybe called "AutoROI". VTABLE 0x100dbe38
// TODO: Set as superclass of LegoROI
class AutoROI : public ViewROI {};
// VTABLE: LEGO1 0x100dbea8
// SIZE 0x10c
class LegoROI : public ViewROI {