diff options
Diffstat (limited to 'include/m_fontservice.h')
-rw-r--r-- | include/m_fontservice.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/m_fontservice.h b/include/m_fontservice.h index 1d826437ef..d5f060a4fb 100644 --- a/include/m_fontservice.h +++ b/include/m_fontservice.h @@ -312,4 +312,11 @@ __forceinline void EffectRegisterW(EffectIDW* pEffectID) // wparam = lparam = 0
#define ME_EFFECT_RELOAD "Effect/Reload"
+EXTERN_C MIR_APP_DLL(void) KillModuleFonts(int hLangpack);
+EXTERN_C MIR_APP_DLL(void) KillModuleColours(int hLangpack);
+EXTERN_C MIR_APP_DLL(void) KillModuleEffects(int hLangpack);
+
+EXTERN_C MIR_APP_DLL(void) KillModuleHotkeys(int hLangpack);
+EXTERN_C MIR_APP_DLL(void) KillModuleSounds(int hLangpack);
+
#endif // _FONT_SERVICE_API_INC
|