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,22 +1,20 @@
#ifndef MXTYPE17NOTIFICATIONPARAM_H
#define MXTYPE17NOTIFICATIONPARAM_H
#include "decomp.h"
#include "mxnotificationparam.h"
#include "decomp.h"
// ??? This type is handled, but seemingly never created and no VTABLE fits
class MxType17NotificationParam : public MxNotificationParam
{
class MxType17NotificationParam : public MxNotificationParam {
public:
inline MxU32 GetUnknown20() { return m_unk20; }
inline MxU16 GetUnknown28() { return m_unk28; }
inline MxU32 GetUnknown20() { return m_unk20; }
inline MxU16 GetUnknown28() { return m_unk28; }
protected:
undefined m_unkc[0x14];
MxU32 m_unk20;
undefined4 m_unk24;
MxU16 m_unk28;
undefined m_unkc[0x14];
MxU32 m_unk20;
undefined4 m_unk24;
MxU16 m_unk28;
};
#endif // MXTYPE17NOTIFICATIONPARAM_H