summaryrefslogtreecommitdiff
path: root/src/uqm/comm/shofixt/strings.h
blob: b4f165b9ad957ff09682caf64a41052fc9c2a18b (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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
//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 SHOFIXT_STRINGS_H
#define SHOFIXT_STRINGS_H

enum
{
	NULL_PHRASE,
	name_1,
	name_2,
	name_3,
	name_40,
	name_41,
	tanaka,
	katana,
	HOSTILE_KATANA_1,
	HOSTILE_KATANA_2,
	HOSTILE_KATANA_3,
	HOSTILE_KATANA_4,
	HOSTILE_TANAKA_1,
	HOSTILE_TANAKA_2,
	HOSTILE_TANAKA_3,
	HOSTILE_TANAKA_4,
	HOSTILE_TANAKA_5,
	HOSTILE_TANAKA_6,
	HOSTILE_TANAKA_7,
	HOSTILE_TANAKA_8,
	dont_attack,
	TYPICAL_PLOY,
	hey_stop,
	ONLY_STOP,
	look_you_are,
	TOO_BAD,
	dont_know,
	NEVER,
	look0,
	look1,
	FOR_YOU,
	no_bloodshed,
	YES_BLOODSHED,
	dont_want_to_fight,
	MUST_FIGHT_YOU_URQUAN_1,
	MUST_FIGHT_YOU_URQUAN_2,
	MUST_FIGHT_YOU_URQUAN_3,
	MUST_FIGHT_YOU_URQUAN_4,
	no_one_insults,
	YOU_LIMP,
	mighty_words,
	HANG_YOUR,
	donkey_breath,
	DGRUNTI,
	i_am_captain0,
	i_am_captain1,
	i_am_captain2,
	i_am_captain3,
	i_am_nice,
	i_am_guy,
	SO_SORRY,
	MUST_UNDERSTAND,
	NICE_BUT_WHAT_IS_DONKEY,
	IS_DEFEAT_TRUE,
	yes_and_no,
	butt_blasted,
	clobbered,
	VERY_SAD_KILL_SELF,
	important_duty,
	WHAT_DUTY,
	need_you_for_duty,
	OK_WILL_BE_SENTRY,
	dont_do_it,
	YES_I_DO_IT,
	go_ahead,
	ON_SECOND_THOUGHT,
	procreating_wildly,
	replenishing_your_species,
	hope_you_have,
	SOUNDS_GREAT_BUT_HOW,
	females,
	nubiles,
	rat_babes,
	LEAPING_HAPPINESS,
	bye0,
	bye1,
	GOODBYE0,
	GOODBYE1,
	why_here0,
	why_here1,
	I_GUARD,
	where_world,
	BLEW_IT_UP,
	how_survive,
	NOT_HERE,
	what_happened,
	MET_VUX,
	glory_device,
	SWITCH_BROKE,
	bye,
	GOODBYE,
	FRIENDLY_HELLO,
	report0,
	report1,
	NOTHING_NEW,
	OUT_TAKES,
};

#endif /* _STRINGS_H */