mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 02:14:18 +00:00
Add size assertions for legoomni and fix sizes
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
// SIZE 0x84
|
||||
class Pizzeria : public IsleActor {
|
||||
public:
|
||||
Pizzeria() : m_unk0x7c(0) {}
|
||||
|
||||
// FUNCTION: LEGO1 0x1000e780
|
||||
inline const char* ClassName() const override // vtable+0x0c
|
||||
{
|
||||
@@ -24,6 +26,11 @@ public:
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1000e8d0
|
||||
// Pizzeria::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
undefined4 m_unk0x78; // 0x78
|
||||
undefined4 m_unk0x7c; // 0x7c
|
||||
undefined4 m_unk0x80; // 0x80
|
||||
};
|
||||
|
||||
#endif // PIZZERIA_H
|
||||
|
||||
Reference in New Issue
Block a user