mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Introduce clang-format (#240)
This commit is contained in:

committed by
GitHub

parent
e928fc9425
commit
b449da1fa3
@@ -1,32 +1,30 @@
|
||||
#ifndef MXFLCPRESENTER_H
|
||||
#define MXFLCPRESENTER_H
|
||||
|
||||
#include "mxvideopresenter.h"
|
||||
|
||||
#include "decomp.h"
|
||||
#include "mxvideopresenter.h"
|
||||
|
||||
// VTABLE 0x100dc2c0
|
||||
// SIZE 0x68
|
||||
class MxFlcPresenter : public MxVideoPresenter
|
||||
{
|
||||
class MxFlcPresenter : public MxVideoPresenter {
|
||||
public:
|
||||
MxFlcPresenter();
|
||||
virtual ~MxFlcPresenter() override;
|
||||
MxFlcPresenter();
|
||||
virtual ~MxFlcPresenter() override;
|
||||
|
||||
// OFFSET: LEGO1 0x100b33f0
|
||||
inline virtual const char* ClassName() const override // vtable+0xc
|
||||
{
|
||||
// 0x100f43c8
|
||||
return "MxFlcPresenter";
|
||||
}
|
||||
// OFFSET: LEGO1 0x100b33f0
|
||||
inline virtual const char* ClassName() const override // vtable+0xc
|
||||
{
|
||||
// 0x100f43c8
|
||||
return "MxFlcPresenter";
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1004e200
|
||||
inline virtual MxBool IsA(const char *name) const override // vtable+0x10
|
||||
{
|
||||
return !strcmp(name, MxFlcPresenter::ClassName()) || MxVideoPresenter::IsA(name);
|
||||
}
|
||||
// OFFSET: LEGO1 0x1004e200
|
||||
inline virtual MxBool IsA(const char* name) const override // vtable+0x10
|
||||
{
|
||||
return !strcmp(name, MxFlcPresenter::ClassName()) || MxVideoPresenter::IsA(name);
|
||||
}
|
||||
|
||||
undefined4 *m_unk64;
|
||||
undefined4* m_unk64;
|
||||
};
|
||||
|
||||
#endif // MXFLCPRESENTER_H
|
||||
|
Reference in New Issue
Block a user