Xonotic
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
+
Enumerator
i
m
o
p
r
s
t
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
gamesettings.qh
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef MENUQC
4
5
#include "
xonotic/tab.qh
"
6
7
REGISTRY
(Settings,
BITS
(3))
8
REGISTER_REGISTRY
(Settings)
9
10
REGISTRY_DEFINE_GET
(Settings,
NULL
)
11
#define REGISTER_SETTINGS(id, impl) \
12
LAZY_NEW(id, impl) \
13
REGISTER(Settings, MENU, id, m_id, NEW(Lazy, LAZY(id)))
14
15
#endif
REGISTER_REGISTRY
#define REGISTER_REGISTRY(id)
Definition:
registry.qh:212
REGISTRY_DEFINE_GET
#define REGISTRY_DEFINE_GET(id, null)
Definition:
registry.qh:40
REGISTRY
#define REGISTRY(id, max)
Declare a new registry.
Definition:
registry.qh:26
NULL
#define NULL
Definition:
post.qh:17
tab.qh
BITS
#define BITS(n)
Definition:
bits.qh:9
menu
gamesettings.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13