Xonotic
dialog.qc File Reference
#include "dialog.qh"
+ Include dependency graph for dialog.qc:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void XonoticDialog_configureDialog (entity me)
 

Function Documentation

◆ XonoticDialog_configureDialog()

void XonoticDialog_configureDialog ( entity  me)

Definition at line 3 of file dialog.qc.

References currentDialog, and SUPER.

4 {
5  currentDialog = me;
6  SUPER(XonoticDialog).configureDialog(me);
7 }
entity currentDialog
Definition: dialog.qh:35
#define SUPER(cname)
Definition: oo.qh:219