/** whole command, use only if you really have to */ i(string, cmd_string) \
/**/
MUTATOR_HOOKABLE(Menu_ConsoleCommand, EV_Menu_ConsoleCommand);
+
+#define EV_ConfigureDialogs(i, o) \
+ /** main window entity */ i(entity, MUTATOR_ARGV_0_entity) \
+ /**/
+MUTATOR_HOOKABLE(ConfigureDialogs, EV_ConfigureDialogs);
i.configureDialog(i);
me.addItemCentered(me, i, i.intendedWidth * eX + i.intendedHeight * eY, SKINALPHAS_MAINMENU_z * SKINALPHA_DIALOG_SANDBOXTOOLS);
+ MUTATOR_CALLHOOK(ConfigureDialogs, me);
+
// main dialogs/windows
me.mainNexposee = n = NEW(XonoticNexposee);