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

Go to the source code of this file.

Classes

class  XonoticUserSettingsTab
 

Functions

entity makeXonoticUserSettingsTab ()
 

Function Documentation

◆ makeXonoticUserSettingsTab()

entity makeXonoticUserSettingsTab ( )

Definition at line 9 of file dialog_settings_user.qc.

References entity(), and NEW.

10 {
11  entity me;
13  me.configureDialog(me);
14  return me;
15 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function: