]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/finalBattle.h
Updated PNG icon files.
[quix0rs-blobwars.git] / src / finalBattle.h
index 9e8895a6c923d7a19eb6ea280692c0e4ca2ed539..93427260e206ebcc02f6f426e868189b8855b645 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2011 Parallel Realities
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -33,6 +33,7 @@ extern Weapon *getRandomGaldovWeapon();
 extern Weapon *getRandomAimedWeapon();
 extern void dropItems(int x, int y);
 extern void addItem(int itemType, const char *name, int x, int y, const char *spriteName, int health, int value, int flags, bool randomMovement);
+extern void presentPlayerMedal(const char *tname);
 
 extern Audio audio;
 extern Engine engine;