X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=include%2Fqerplugin.h;h=861593f6c384c7aa77b4a184116fd2a1dca9cf12;hp=3e352e53b19c391d8a6469a796a5e6efe0409f96;hb=06eb8cc3a4046af318da7f7b9fae1c04be8c0380;hpb=6ee91d153ea09f2dafa62ed2f022f4183c090168 diff --git a/include/qerplugin.h b/include/qerplugin.h index 3e352e53..861593f6 100644 --- a/include/qerplugin.h +++ b/include/qerplugin.h @@ -121,6 +121,7 @@ struct _QERFuncTable_1 const char* (*getGameToolsPath)(); const char* (*getAppPath)(); const char* (*getSettingsPath)(); + const char* (*getMapsPath)(); const char* (*getGameName)(); const char* (*getGameMode)(); @@ -141,6 +142,8 @@ struct _QERFuncTable_1 void (*attachGameModeObserver)(ModuleObserver& observer); void (*detachGameModeObserver)(ModuleObserver& observer); + SignalHandlerId (*XYWindowDestroyed_connect)(const SignalHandler& handler); + void (*XYWindowDestroyed_disconnect)(SignalHandlerId id); MouseEventHandlerId (*XYWindowMouseDown_connect)(const MouseEventHandler& handler); void (*XYWindowMouseDown_disconnect)(MouseEventHandlerId id); VIEWTYPE (*XYWindow_getViewType)();