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,20 +1,16 @@
#ifndef MXSTILLPRESENTER_H
#define MXSTILLPRESENTER_H
#include "mxvideopresenter.h"
#include "decomp.h"
#include "mxvideopresenter.h"
// VTABLE 0x100d7a38
// SIZE 0x6c
class MxStillPresenter : public MxVideoPresenter
{
class MxStillPresenter : public MxVideoPresenter {
public:
MxStillPresenter() {
m_unk68 = 0;
}
undefined4 m_unk64;
undefined4 m_unk68;
MxStillPresenter() { m_unk68 = 0; }
undefined4 m_unk64;
undefined4 m_unk68;
};
#endif // MXSTILLPRESENTER_H