]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/lib/_all.inc
Merge branch 'master' into TimePath/csqc_viewmodels
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / _all.inc
1 #ifndef NOCOMPAT
2         #define COMPAT_NO_MOD_IS_XONOTIC
3 #endif
4
5 #include "compiler.qh"
6
7 #ifndef QCC_SUPPORT_INT
8         #define int float
9 #endif
10
11 #ifndef QCC_SUPPORT_BOOL
12         #define bool float
13 #endif
14
15 #if defined(CSQC)
16         #include "../dpdefs/csprogsdefs.qh"
17         #include "../dpdefs/keycodes.qh"
18 #elif defined(SVQC)
19         #include "../server/sys-pre.qh"
20         #include "../dpdefs/progsdefs.qh"
21         #include "../dpdefs/dpextensions.qh"
22         #include "../server/sys-post.qh"
23 #elif defined(MENUQC)
24         #include "../dpdefs/menudefs.qh"
25         #include "../dpdefs/keycodes.qh"
26 #endif
27
28 #include "warpzone/mathlib.qc"
29
30 #include "accumulate.qh"
31 #include "arraylist.qh"
32 #include "bits.qh"
33 #include "bool.qh"
34 #include "color.qh"
35 #include "counting.qh"
36 #include "cvar.qh"
37 #include "defer.qh"
38 #include "draw.qh"
39 #include "enumclass.qh"
40 #include "file.qh"
41 #include "functional.qh"
42 #include "i18n.qh"
43 #include "int.qh"
44 #include "iter.qh"
45 #include "lazy.qh"
46 #include "linkedlist.qh"
47 #include "log.qh"
48 #include "map.qc"
49 #include "math.qh"
50 #include "misc.qh"
51 #include "net.qh"
52 #include "nil.qh"
53 #include "noise.qc"
54 #include "oo.qh"
55 #include "p2mathlib.qc"
56 #include "progname.qh"
57 #include "random.qc"
58 #include "registry.qh"
59 #include "registry_net.qh"
60 #include "replicate.qh"
61 #include "self.qh"
62 #include "sortlist.qc"
63 #include "sort.qh"
64 #include "spawnfunc.qh"
65 #include "static.qh"
66 #include "stats.qh"
67 #include "string.qh"
68 #include "struct.qh"
69 #include "test.qc"
70 #include "urllib.qc"
71 #include "vector.qh"