projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Optimize vehicle impact code by only calling vlen() if damage would be taken
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
Doxyfile
diff --git
a/qcsrc/Doxyfile
b/qcsrc/Doxyfile
index
09d0128
..
06ee746
100644
(file)
--- a/
qcsrc/Doxyfile
+++ b/
qcsrc/Doxyfile
@@
-1997,6
+1997,7
@@
INCLUDE_FILE_PATTERNS =
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED = \
+ "XONOTIC" \
"USING(name, T)=using name = T" \
"CLASS(name, base)=class name : public base { public:" \
"INIT(class)=class::class()" \