mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
methods in the class body don't need a namespace
This commit is contained in:
parent
5ed2ea3e66
commit
d86180f2dd
@ -15,14 +15,14 @@ class MxMediaPresenter : public MxPresenter
|
|||||||
virtual long Tickle() override; // vtable+0x8, override MxCore
|
virtual long Tickle() override; // vtable+0x8, override MxCore
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1000c5c0
|
// OFFSET: LEGO1 0x1000c5c0
|
||||||
inline virtual const char *MxMediaPresenter::ClassName() const override // vtable+0xc
|
inline virtual const char *ClassName() const override // vtable+0xc
|
||||||
{
|
{
|
||||||
// 0x100f074c
|
// 0x100f074c
|
||||||
return "MxMediaPresenter";
|
return "MxMediaPresenter";
|
||||||
}
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1000c5d0
|
// OFFSET: LEGO1 0x1000c5d0
|
||||||
inline virtual MxBool MxMediaPresenter::IsA(const char *name) const override // vtable+0x10
|
inline virtual MxBool IsA(const char *name) const override // vtable+0x10
|
||||||
{
|
{
|
||||||
return !strcmp(name, MxMediaPresenter::ClassName()) || MxPresenter::IsA(name);
|
return !strcmp(name, MxMediaPresenter::ClassName()) || MxPresenter::IsA(name);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user