X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=radiant%2Fplugin.cpp;h=b4816b35738f29d1ce6a3a5137a7dcbb9f192c0b;hp=1e57eeb3375701e02c78d628e90a1937f0f4a258;hb=06eb8cc3a4046af318da7f7b9fae1c04be8c0380;hpb=d617f066bc8f3b5a852859e7d4be3a29bca69b89 diff --git a/radiant/plugin.cpp b/radiant/plugin.cpp index 1e57eeb3..b4816b35 100644 --- a/radiant/plugin.cpp +++ b/radiant/plugin.cpp @@ -133,6 +133,7 @@ public: m_radiantcore.getAppPath = &AppPath_get; m_radiantcore.getGameToolsPath = &GameToolsPath_get; m_radiantcore.getSettingsPath = &SettingsPath_get; + m_radiantcore.getMapsPath = &getMapsPath; m_radiantcore.getGameName = &gamename_get; m_radiantcore.getGameMode = &gamemode_get; @@ -153,6 +154,8 @@ public: m_radiantcore.attachGameModeObserver = Radiant_attachGameModeObserver; m_radiantcore.detachGameModeObserver = Radiant_detachGameModeObserver; + m_radiantcore.XYWindowDestroyed_connect = XYWindowDestroyed_connect; + m_radiantcore.XYWindowDestroyed_disconnect = XYWindowDestroyed_disconnect; m_radiantcore.XYWindowMouseDown_connect = XYWindowMouseDown_connect; m_radiantcore.XYWindowMouseDown_disconnect = XYWindowMouseDown_disconnect; m_radiantcore.XYWindow_getViewType = XYWindow_getViewType;