mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Order symbols until end of LegoGameState (#1340)
* Order `Ambulance` * More ordering * Order until `LegoGameState` * Move
This commit is contained in:
committed by
GitHub
parent
e8c856c585
commit
e1ce96c473
@@ -54,13 +54,4 @@ public:
|
||||
void SetValue(const char* p_value) override; // vtable+0x04
|
||||
};
|
||||
|
||||
// VTABLE: LEGO1 0x100da878
|
||||
// SIZE 0x24
|
||||
class CustomizeAnimFileVariable : public MxVariable {
|
||||
public:
|
||||
CustomizeAnimFileVariable(const char* p_key);
|
||||
|
||||
void SetValue(const char* p_value) override; // vtable+0x04
|
||||
};
|
||||
|
||||
#endif // LEGOVARIABLES_H
|
||||
|
||||
Reference in New Issue
Block a user