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