]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/mutators/events.qh
Merge branch 'Mario/itemstime_editor_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / mutators / events.qh
index f43199ceada1ca00caea4851bb42302c38cc445d..1df38f5af09c571df07e280b3c9691ec192f837b 100644 (file)
@@ -33,3 +33,8 @@ string cmd_string;
        /** 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);