forked from elwynor/elwbr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ELWBR.H
139 lines (138 loc) · 3 KB
/
ELWBR.H
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
/* Message-number definitions derived from "ELWBR.MSG" */
#define NORTH 0
#define EAST 1
#define SOUTH 2
#define WEST 3
#define PREDEAL 5
#define BIDDING 6
#define PREPLAY 7
#define PLAYING 8
#define POSTPLAY 9
#define ALTMOD1 10
#define ALTMOD2 11
#define PREDEALS 12
#define BIDDINGS 13
#define PREPLAYS 14
#define PLAYINGS 15
#define POSTPLAS 16
#define ALTMOD1S 17
#define ALTMOD2S 18
#define MGOSSIP 19
#define MSILENT 20
#define AMBRPRMT 21
#define AMBRPROM 22
#define ABNONE 23
#define LNORTH 24
#define LEAST 25
#define LSOUTH 26
#define LWEST 27
#define AMBRWELC 29
#define AMBRBYE 30
#define AMBRMAIN 31
#define AMBROOPS 32
#define AMBRDAMN 33
#define ABTFULL 34
#define ABPICK 35
#define ABPICK2T 36
#define ABPICK2 37
#define ABHERET 38
#define ABHERE 39
#define ABONLAP 40
#define ABANNPLT 41
#define ABANNP2T 42
#define ABANNP2 43
#define ABWELLT 44
#define ABANNBYE 45
#define ABANNCUT 46
#define ABNOPLAY 47
#define ABNOTRAN 48
#define ABTALKT 49
#define ABTALKP 50
#define AMBRSENT 51
#define AMBRSNTT 52
#define AMBRSHH 53
#define ABJUSTCR 54
#define ABTL1 55
#define ABTL2 56
#define ABTL2A 57
#define ABTL3A 58
#define ABTL4A 59
#define ABTL6A 60
#define ABTL3B 61
#define ABTL4B 62
#define ABTL6B 63
#define ABTL7 64
#define ABTL8A 65
#define MYCARDS1 66
#define MYCARDH1 67
#define MYCARDD1 68
#define MYCARDC1 69
#define MYCARDT0 70
#define MYCARDT1 71
#define MYCARDT2 72
#define RTCARDS1 73
#define RTCARDH1 74
#define RTCARDD1 75
#define RTCARDC1 76
#define AMBRBID1 77
#define AMBRBID2 78
#define ABHESHUF 79
#define ABUSHUF 80
#define ABNOSHUF 81
#define ABHEDEAL 82
#define ABUDDEAL 83
#define ABPONLY 84
#define ABNODEAL 85
#define ABHEBIDS 86
#define ABHEBID2 87
#define ABYOUBID 88
#define ALLPASS 89
#define ALLPASSU 90
#define ABBADBID 91
#define ABNODPAR 92
#define ABNODDBL 93
#define ABNODPAS 94
#define ABNORPAR 95
#define ABNORRDB 96
#define ABNORDBL 97
#define ABULEAD 98
#define ABULEAM 99
#define ABUPLAY 100
#define ABUDLEAD 101
#define ABUDLEAM 102
#define ABUDPLAY 103
#define ABUBID 104
#define ABUDEAL 105
#define ABNOCARD 106
#define NORENIG 107
#define ABANNPLY 108
#define ABDNNPLY 109
#define ABUUPLY 110
#define ABUUDPLY 111
#define AMBRCRON 112
#define ABHETOOK 113
#define ABNXTDLR 114
#define ABGRESET 115
#define AMBRHOW2 116
#define AMBRPERP 117
#define AMBRPER3 118
#define AMBRPER2 119
#define AMBRSHSC 120
#define ABANNHON 121
#define ABMADEIT 122
#define ABMADE2 123
#define ABOVER 124
#define ABSSLAM 125
#define ABGSLAM 126
#define INSULTM 127
#define ABWASSET 128
#define ABSCSUMR 129
#define ABENDRUB 130
#define ABTKGAME 131
#define ABWELP 132
#define ABWELP1 133
#define ABWELP2 134
#define ABWELP3 135
#define ABWELP4 136
#define ABWELP5 137
#define ABWELP6 138