2 Copyright (C) 2010 - Lugaru authors
4 This file is part of Lugaru.
6 Lugaru is free software; you can redistribute it and/or
7 modify it under the terms of the GNU General Public License
8 as published by the Free Software Foundation; either version 2
9 of the License, or (at your option) any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15 See the GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
26 #define DECLARE_BONUS(id, name) id,
27 #include "Bonuses.def"
32 static const char *bonus_names[bonus_count] = {
33 #define DECLARE_BONUS(id, name) name,
34 #include "Bonuses.def"
39 #define DECLARE_AWARD(id, name) id,
45 static const char *award_names[award_count] = {
46 #define DECLARE_AWARD(id, name) name,
51 extern int award_awards(int *);
53 extern float damagetaken;
55 extern int numflipfail;
57 extern int numresponded;
58 extern int numstaffattack;
59 extern int numswordattack;
60 extern int numknifeattack;
61 extern int numunarmedattack;
62 extern int numescaped;
63 extern int numflipped;
64 extern int numwallflipped;
65 extern int numthrowkill;
66 extern int numafterkill;
67 extern int numreversals;
68 extern int numattacks;
69 extern int maxalarmed;