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 MXLOOPINGSMKPRESENTER_H
#define MXLOOPINGSMKPRESENTER_H
#include "mxsmkpresenter.h"
#include "decomp.h"
#include "mxsmkpresenter.h"
// VTABLE 0x100dc540
// SIZE 0x724
class MxLoopingSmkPresenter : public MxSmkPresenter
{
class MxLoopingSmkPresenter : public MxSmkPresenter {
public:
MxLoopingSmkPresenter();
virtual ~MxLoopingSmkPresenter() override; // vtable+0x0
MxLoopingSmkPresenter();
virtual ~MxLoopingSmkPresenter() override; // vtable+0x0
// OFFSET: LEGO1 0x100b4920
inline virtual const char* ClassName() const override // vtable+0xc
{
// 0x10101e08
return "MxLoopingSmkPresenter";
}
// OFFSET: LEGO1 0x100b4920
inline virtual const char* ClassName() const override // vtable+0xc
{
// 0x10101e08
return "MxLoopingSmkPresenter";
}
private:
void Init();
void Destroy(MxBool p_fromDestructor);
void Init();
void Destroy(MxBool p_fromDestructor);
undefined4 m_unk720;
undefined4 m_unk720;
};
#endif // MXLOOPINGSMKPRESENTER_H