Introduce clang-format (#240)

This commit is contained in:
Christian Semmler
2023-10-24 19:38:27 -04:00
committed by GitHub
parent e928fc9425
commit b449da1fa3
408 changed files with 12434 additions and 12813 deletions

View File

@@ -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