1 //Copyright Paul Reiche, Fred Ford. 1992-2002
2 
3 /*
4  *  This program is free software; you can redistribute it and/or modify
5  *  it under the terms of the GNU General Public License as published by
6  *  the Free Software Foundation; either version 2 of the License, or
7  *  (at your option) any later version.
8  *
9  *  This program is distributed in the hope that it will be useful,
10  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  *  GNU General Public License for more details.
13  *
14  *  You should have received a copy of the GNU General Public License
15  *  along with this program; if not, write to the Free Software
16  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17  */
18 
19 #ifndef BLACKUR_STRINGS_H
20 #define BLACKUR_STRINGS_H
21 
22 enum
23 {
24 	NULL_PHRASE,
25 	SENSE_EVIL,
26 	HELLO_AND_DIE_1,
27 	HELLO_AND_DIE_2,
28 	HELLO_AND_DIE_3,
29 	HELLO_AND_DIE_4,
30 	HELLO_AND_DIE_5,
31 	HELLO_AND_DIE_6,
32 	HELLO_AND_DIE_7,
33 	HELLO_AND_DIE_8,
34 	HELLO_SAMATRA,
35 	WE_KILL_ALL_1,
36 	WE_KILL_ALL_2,
37 	WE_KILL_ALL_3,
38 	WE_KILL_ALL_4,
39 	why_kill_all_1,
40 	why_kill_all_2,
41 	why_kill_all_3,
42 	why_kill_all_4,
43 	KILL_BECAUSE_1,
44 	KILL_BECAUSE_2,
45 	KILL_BECAUSE_3,
46 	KILL_BECAUSE_4,
47 	please_dont_kill_1,
48 	WILL_KILL_1,
49 	please_dont_kill_2,
50 	WILL_KILL_2,
51 	please_dont_kill_3,
52 	WILL_KILL_3,
53 	please_dont_kill_4,
54 	WILL_KILL_4,
55 	bye_frenzy_1,
56 	bye_frenzy_2,
57 	bye_frenzy_3,
58 	bye_frenzy_4,
59 	GOODBYE_AND_DIE_FRENZY_1,
60 	GOODBYE_AND_DIE_FRENZY_2,
61 	GOODBYE_AND_DIE_FRENZY_3,
62 	GOODBYE_AND_DIE_FRENZY_4,
63 	threat_1,
64 	RESISTANCE_IS_USELESS_1,
65 	threat_2,
66 	RESISTANCE_IS_USELESS_2,
67 	threat_3,
68 	RESISTANCE_IS_USELESS_3,
69 	threat_4,
70 	RESISTANCE_IS_USELESS_4,
71 	key_phrase,
72 	RESPONSE_TO_KEY_PHRASE,
73 	why_do_you_destroy,
74 	WE_WERE_SLAVES,
75 	relationship_with_urquan,
76 	WE_ARE_URQUAN_TOO,
77 	what_about_culture,
78 	BONE_GARDENS,
79 	how_leave_me_alone,
80 	YOU_DIE,
81 	guess_thats_all,
82 	THEN_DIE,
83 	what_are_you_hovering_over,
84 	BONE_PILE,
85 	you_sure_are_creepy,
86 	YES_CREEPY,
87 	stop_that_gross_blinking,
88 	DIE_HUMAN,
89 	plead_1,
90 	PLEADING_IS_USELESS_1,
91 	plead_2,
92 	PLEADING_IS_USELESS_2,
93 	plead_3,
94 	PLEADING_IS_USELESS_3,
95 	plead_4,
96 	PLEADING_IS_USELESS_4,
97 	bye,
98 	GOODBYE_AND_DIE,
99 	GAME_OVER_DUDE,
100 	OUT_TAKES,
101 };
102 
103 #endif /* _STRINGS_H */
104