]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/dpdefs/menudefs.qh
Merge branch 'master' into Mirio/balance
[xonotic/xonotic-data.pk3dir.git] / qcsrc / dpdefs / menudefs.qh
1 #pragma once
2
3 #pragma noref 1
4
5 #define true _true
6 #define false _false
7 #define TRUE _TRUE
8 #define FALSE _FALSE
9
10 #define spawn _spawn
11
12 #include "upstream/menudefs.qc"
13
14 #undef true
15 #undef false
16 #undef TRUE
17 #undef FALSE
18
19 #undef spawn
20
21 #define localcmd cmd
22
23 int(string str, string sub, int startpos) _strstrofs = #221;
24 #define strstrofs _strstrofs
25 int(string str, int ofs) _str2chr = #222;
26 #define str2chr _str2chr
27 string(int c, ...) _chr2str = #223;
28 #define chr2str _chr2str
29
30 int(string s1, string s2) _strcmp = #228;
31 #define strcmp _strcmp
32 int(string s1, string s2, int len) _strncmp = #228;
33 #define strncmp _strncmp
34 int(string s1, string s2) _strcasecmp = #229;
35 #define strcasecmp _strcasecmp
36 int(string s1, string s2, int len) _strncasecmp = #230;
37 #define strncasecmp _strncasecmp
38
39 int() _buf_create = #440;
40 #define buf_create _buf_create
41
42 bool(entity ent) wasfreed = #353;
43
44 #pragma noref 0