diff --git a/core/logic/common_logic.cpp b/core/logic/common_logic.cpp index ecc5ad7e..438e9097 100644 --- a/core/logic/common_logic.cpp +++ b/core/logic/common_logic.cpp @@ -75,6 +75,7 @@ CNativeOwner g_CoreNatives; IScriptManager *scripts = &g_PluginSys; IExtensionSys *extsys = &g_Extensions; ILogger *logger = &g_Logger; +IMenuManager *menus; static void AddCorePhraseFile(const char *filename) {