summaryrefslogtreecommitdiff
path: root/src/uqm/comm/blackur/strings.h
blob: 06a9351497a16d72e34cdcb511da59e1e42600e1 (plain)
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
//Copyright Paul Reiche, Fred Ford. 1992-2002

/*
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */

#ifndef BLACKUR_STRINGS_H
#define BLACKUR_STRINGS_H

enum
{
	NULL_PHRASE,
	SENSE_EVIL,
	HELLO_AND_DIE_1,
	HELLO_AND_DIE_2,
	HELLO_AND_DIE_3,
	HELLO_AND_DIE_4,
	HELLO_AND_DIE_5,
	HELLO_AND_DIE_6,
	HELLO_AND_DIE_7,
	HELLO_AND_DIE_8,
	HELLO_SAMATRA,
	WE_KILL_ALL_1,
	WE_KILL_ALL_2,
	WE_KILL_ALL_3,
	WE_KILL_ALL_4,
	why_kill_all_1,
	why_kill_all_2,
	why_kill_all_3,
	why_kill_all_4,
	KILL_BECAUSE_1,
	KILL_BECAUSE_2,
	KILL_BECAUSE_3,
	KILL_BECAUSE_4,
	please_dont_kill_1,
	WILL_KILL_1,
	please_dont_kill_2,
	WILL_KILL_2,
	please_dont_kill_3,
	WILL_KILL_3,
	please_dont_kill_4,
	WILL_KILL_4,
	bye_frenzy_1,
	bye_frenzy_2,
	bye_frenzy_3,
	bye_frenzy_4,
	GOODBYE_AND_DIE_FRENZY_1,
	GOODBYE_AND_DIE_FRENZY_2,
	GOODBYE_AND_DIE_FRENZY_3,
	GOODBYE_AND_DIE_FRENZY_4,
	threat_1,
	RESISTANCE_IS_USELESS_1,
	threat_2,
	RESISTANCE_IS_USELESS_2,
	threat_3,
	RESISTANCE_IS_USELESS_3,
	threat_4,
	RESISTANCE_IS_USELESS_4,
	key_phrase,
	RESPONSE_TO_KEY_PHRASE,
	why_do_you_destroy,
	WE_WERE_SLAVES,
	relationship_with_urquan,
	WE_ARE_URQUAN_TOO,
	what_about_culture,
	BONE_GARDENS,
	how_leave_me_alone,
	YOU_DIE,
	guess_thats_all,
	THEN_DIE,
	what_are_you_hovering_over,
	BONE_PILE,
	you_sure_are_creepy,
	YES_CREEPY,
	stop_that_gross_blinking,
	DIE_HUMAN,
	plead_1,
	PLEADING_IS_USELESS_1,
	plead_2,
	PLEADING_IS_USELESS_2,
	plead_3,
	PLEADING_IS_USELESS_3,
	plead_4,
	PLEADING_IS_USELESS_4,
	bye,
	GOODBYE_AND_DIE,
	GAME_OVER_DUDE,
	OUT_TAKES,
};

#endif /* _STRINGS_H */