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

Go to the source code of this file.

Classes

class  XonoticInputSettingsTab
 

Functions

entity makeXonoticInputSettingsTab ()
 

Function Documentation

◆ makeXonoticInputSettingsTab()

entity makeXonoticInputSettingsTab ( )

Definition at line 14 of file dialog_settings_input.qc.

References entity(), and NEW.

15 {
16  entity me;
18  me.configureDialog(me);
19  return me;
20 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function: