diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index c62a649b75..8318ba2371 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -191,6 +191,8 @@ struct MIR_APP_EXPORT GCSessionInfoBase : public MZeroedObject, public MNonCopya __forceinline LIST<USERINFO>& getKeyList()
{ return (pParent != nullptr) ? pParent->arKeys : arKeys;
}
+
+ const char* getSoundName(int iEventType) const;
};
struct GCLogStreamDataBase
@@ -347,6 +349,9 @@ struct CHAT_MANAGER char **pLogIconBmpBits;
CMOption<bool> bRightClickFilter;
+ // public API
+ MIR_APP_DLL(HICON) getIcon(int iEventType) const;
+
// user-defined custom callbacks
void (*OnCreateModule)(MODULEINFO*);
void (*OnDestroyModule)(MODULEINFO*);
|