]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/bullets.h
Prevent a segmentation fault when using the -map option without specifying a map.
[quix0rs-blobwars.git] / src / bullets.h
index 6524f83bd1e266e784e0a582e251fa316699d6fa..7605734abe9a45e6702a7b9169906b4327228252 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
@@ -32,6 +33,7 @@ extern void addFireParticles(float x, float y, int amount);
 extern void checkSwitchContact(Entity *ent);
 extern void throwBrickParticles(float x, float y);
 extern void throwStalagParticles(float x, float y);
+extern void presentPlayerMedal(const char *tname);
 
 extern Audio audio;
 extern Engine engine;