mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
lego: match GetClassName/IsClass (#48)
This commit is contained in:

committed by
GitHub

parent
64d2b9e02b
commit
9990d0a2b7
@@ -68,18 +68,6 @@ long LegoOmni::Notify(MxParam &p)
|
||||
return 0;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10058aa0
|
||||
const char *LegoOmni::GetClassName() const
|
||||
{
|
||||
return "LegoOmni";
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10058ab0
|
||||
MxBool LegoOmni::IsClass(const char *name) const
|
||||
{
|
||||
return strcmp("LegoOmni", name) == 0;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10058bd0
|
||||
void LegoOmni::Init()
|
||||
{
|
||||
|
Reference in New Issue
Block a user