diff options
Diffstat (limited to 'include/m_skin.h')
-rw-r--r-- | include/m_skin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_skin.h b/include/m_skin.h index a8f51a2261..ef82c12b00 100644 --- a/include/m_skin.h +++ b/include/m_skin.h @@ -220,6 +220,10 @@ __forceinline INT_PTR SkinPlaySoundFile(const TCHAR *ptszFileName) }
/////////////////////////////////////////////////////////////////////////////////////////
+
+EXTERN_C MIR_APP_DLL(void) KillModuleSounds(int hLangpack);
+
+/////////////////////////////////////////////////////////////////////////////////////////
// sent when the icons DLL has been changed in the options dialog, and everyone
// should re-make their image lists
// wParam = lParam = 0
|