]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/finalBattle.h
Get rid of false positive warnings from cppcheck.
[quix0rs-blobwars.git] / src / finalBattle.h
index 9e8895a6c923d7a19eb6ea280692c0e4ca2ed539..c93869a8a69f4414b663a4a7e0fac50e5ed7558f 100644 (file)
@@ -1,5 +1,6 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2011 Parallel Realities
+Copyright (C) 2011-2015 Perpendicular Dimensions
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -33,6 +34,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;