Xonotic
dialog_settings_misc.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "tab.qh"
6  ATTRIB(XonoticMiscSettingsTab, intendedWidth, float, 0.9);
7  ATTRIB(XonoticMiscSettingsTab, rows, float, 15.5);
8  ATTRIB(XonoticMiscSettingsTab, columns, float, 6.2);
CLASS(Object) Object
Definition: oo.qh:318
Definition: tab.qh:4
entity() spawn
entity makeXonoticMiscSettingsTab()
#define METHOD(cname, name, prototype)
Definition: oo.qh:257
#define ATTRIB(...)
Definition: oo.qh:136
#define ENDCLASS(cname)
Definition: oo.qh:269