diff options
Diffstat (limited to 'src/modules/chat/chat.h')
-rw-r--r-- | src/modules/chat/chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/chat/chat.h b/src/modules/chat/chat.h index 74855f1785..f4027e4e6b 100644 --- a/src/modules/chat/chat.h +++ b/src/modules/chat/chat.h @@ -73,6 +73,7 @@ void SetIndentSize(void); void RegisterFonts(void);
// services.c
+void LoadChatIcons(void);
int LoadChatModule(void);
void UnloadChatModule(void);
|