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

committed by
GitHub

parent
bcdddd4c7e
commit
baed704a38
@@ -53,11 +53,11 @@ public:
|
||||
MxResult InsertActionToList54(MxDSAction* p_action);
|
||||
MxNextActionDataStart* FindNextActionDataStartFromStreamingAction(MxDSStreamingAction* p_action);
|
||||
|
||||
inline MxAtomId& GetAtom() { return m_atom; };
|
||||
inline MxStreamProvider* GetProvider() { return m_provider; };
|
||||
inline MxStreamListMxDSAction& GetUnk0x3c() { return m_unk0x3c; };
|
||||
inline MxStreamListMxDSAction& GetUnk0x54() { return m_unk0x54; };
|
||||
inline MxStreamListMxDSSubscriber& GetSubscriberList() { return m_subscriberList; };
|
||||
inline MxAtomId& GetAtom() { return m_atom; }
|
||||
inline MxStreamProvider* GetProvider() { return m_provider; }
|
||||
inline MxStreamListMxDSAction& GetUnk0x3c() { return m_unk0x3c; }
|
||||
inline MxStreamListMxDSAction& GetUnk0x54() { return m_unk0x54; }
|
||||
inline MxStreamListMxDSSubscriber& GetSubscriberList() { return m_subscriberList; }
|
||||
|
||||
protected:
|
||||
MxCriticalSection m_criticalSection; // 0x08
|
||||
|
Reference in New Issue
Block a user