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