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,30 +1,28 @@
|
||||
#ifndef MXLOOPINGFLCPRESENTER_H
|
||||
#define MXLOOPINGFLCPRESENTER_H
|
||||
|
||||
#include "mxflcpresenter.h"
|
||||
|
||||
#include "decomp.h"
|
||||
#include "mxflcpresenter.h"
|
||||
|
||||
// VTABLE 0x100dc480
|
||||
// SIZE 0x6c
|
||||
class MxLoopingFlcPresenter : public MxFlcPresenter
|
||||
{
|
||||
class MxLoopingFlcPresenter : public MxFlcPresenter {
|
||||
public:
|
||||
MxLoopingFlcPresenter();
|
||||
virtual ~MxLoopingFlcPresenter() override;
|
||||
MxLoopingFlcPresenter();
|
||||
virtual ~MxLoopingFlcPresenter() override;
|
||||
|
||||
// OFFSET: LEGO1 0x100b4380
|
||||
inline virtual const char* ClassName() const override // vtable+0xc
|
||||
{
|
||||
// 0x10101e20
|
||||
return "MxLoopingFlcPresenter";
|
||||
}
|
||||
// OFFSET: LEGO1 0x100b4380
|
||||
inline virtual const char* ClassName() const override // vtable+0xc
|
||||
{
|
||||
// 0x10101e20
|
||||
return "MxLoopingFlcPresenter";
|
||||
}
|
||||
|
||||
private:
|
||||
void Init();
|
||||
void Destroy(MxBool p_fromDestructor);
|
||||
void Init();
|
||||
void Destroy(MxBool p_fromDestructor);
|
||||
|
||||
undefined4 m_unk68;
|
||||
undefined4 m_unk68;
|
||||
};
|
||||
|
||||
#endif // MXLOOPINGFLCPRESENTER_H
|
||||
|
Reference in New Issue
Block a user