]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/explosions.h
Fix posting medals to the medal server.
[quix0rs-blobwars.git] / src / explosions.h
index 760d0b3a9022dd49664ab2e6658b0931a28c9e71..66668c9705989ba76ed56c649daba305e77c0591 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2010 Parallel Realities
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -25,6 +25,7 @@ extern void throwAndDamageEntity(Entity *ent, int damage, int minDX, int maxDX,
 extern void addSmokeAndFire(Entity *ent, float dx, float dy, int amount);
 extern void addBlood(Entity *ent, float dx, float dy, int amount);
 extern void gibPlayer();
+extern void addPlayerScore(int score);
 
 extern Audio audio;
 extern Engine engine;