mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Introduce clang-format (#240)
This commit is contained in:

committed by
GitHub

parent
e928fc9425
commit
b449da1fa3
@@ -1,22 +1,20 @@
|
||||
#ifndef MXAPPNOTIFICATIONPARAM_H
|
||||
#define MXAPPNOTIFICATIONPARAM_H
|
||||
|
||||
#include "decomp.h"
|
||||
#include "mxnotificationparam.h"
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
// VTABLE 0x100d6aa0
|
||||
class MxAppNotificationParam : public MxNotificationParam
|
||||
{
|
||||
class MxAppNotificationParam : public MxNotificationParam {
|
||||
public:
|
||||
inline MxAppNotificationParam() : MxNotificationParam((MxParamType) 0, NULL) {}
|
||||
inline MxAppNotificationParam() : MxNotificationParam((MxParamType) 0, NULL) {}
|
||||
|
||||
virtual ~MxAppNotificationParam() override {} // vtable+0x0 (scalar deleting destructor)
|
||||
inline MxU8 GetUnknown18() { return m_unk18; }
|
||||
virtual ~MxAppNotificationParam() override {} // vtable+0x0 (scalar deleting destructor)
|
||||
inline MxU8 GetUnknown18() { return m_unk18; }
|
||||
|
||||
protected:
|
||||
undefined m_unkc[0xc];
|
||||
MxU8 m_unk18;
|
||||
undefined m_unkc[0xc];
|
||||
MxU8 m_unk18;
|
||||
};
|
||||
|
||||
#endif // MXAPPNOTIFICATIONPARAM_H
|
Reference in New Issue
Block a user