]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Awards.h
Consolidate bonus externs
[lugaru.git] / Source / Awards.h
index d146ada3fcad8e556d2421143a9945fccff4bf2c..9168f1cbd786da45d30baade5d75005092ded11f 100644 (file)
@@ -35,6 +35,13 @@ static const char *bonus_names[bonus_count] = {
 #undef DECLARE_BONUS
 };
 
+extern int bonus;
+extern float bonusvalue;
+extern float bonustotal;
+extern float bonustime;
+extern float startbonustotal;
+extern float bonusnum[100];
+
 enum award_types {
 #define DECLARE_AWARD(id, name) id,
 #include "Awards.def"