annotate wtext.h @ 3:5a977ccbc7a9 default tip

Empty changelog
author darius
date Sat, 06 Dec 1997 05:41:29 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
1 /* $Id: wtext.h,v 1.1.1.1 1997/12/06 05:41:31 darius Exp $ */
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
2
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
3 /* Here are all warnings that are send with SP_S_WARNING */
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
4 /* HW 93 */
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
5 /* ab handleTractorReq socket.c */
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
6
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
7 #define TEXTE 0
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
8 #define PHASER_HIT_TEXT 1
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
9 #define BOMB_INEFFECTIVE 2
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
10 #define BOMB_TEXT 3
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
11 #define BEAMUP_TEXT 4
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
12 #define BEAMUP2_TEXT 5
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
13 #define BEAMUPSTARBASE_TEXT 6
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
14 #define BEAMDOWNSTARBASE_TEXT 7
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
15 #define BEAMDOWNPLANET_TEXT 8
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
16 #define SBREPORT 9
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
17 #define ONEARG_TEXT 10
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
18 #define BEAM_D_PLANET_TEXT 11
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
19 #define ARGUMENTS 12
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
20 #define BEAM_U_TEXT 13
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
21 #define LOCKPLANET_TEXT 14
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
22 #define LOCKPLAYER_TEXT 15
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
23 #define SBRANK_TEXT 16
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
24 #define SBDOCKREFUSE_TEXT 17
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
25 #define SBDOCKDENIED_TEXT 18
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
26 #define SBLOCKSTRANGER 19
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
27 #define SBLOCKMYTEAM 20
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
28 /* Daemon messages */
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
29 #define DMKILL 21
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
30 #define KILLARGS 22
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
31 #define DMKILLP 23
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
32 #define DMBOMB 24
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
33 #define DMDEST 25
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
34 #define DMTAKE 26
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
35 #define DGHOSTKILL 27
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
36 /* INL messages */
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
37 #define INLDMKILLP 28
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
38 #define INLDMKILL 29 /* Because of shiptypes */
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
39 #define INLDRESUME 30
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
40 #define INLDTEXTE 31
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
41 /* Variable warning stuff */
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
42 #define STEXTE 32 /* static text that the server needs to send
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
43 to the client first */
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
44 #define SHORT_WARNING 33 /* like CP_S_MESSAGE */
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
45 #define STEXTE_STRING 34
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
46 #define KILLARGS2 35
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
47
5a977ccbc7a9 Empty changelog
darius
parents:
diff changeset
48 #define DINVALID 255