]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/mission.h
Fix reading one element past the end of an array.
[quix0rs-blobwars.git] / src / mission.h
index eee869a9a98a01548cc741e3b20aa7e89af799ac..cb42cca7f3abe02e0dcba3c6c2e703a5d726c819 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
@@ -23,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 extern bool perfectlyCompleted();
 extern void doParticles();
 extern void saveGame();
+extern void presentPlayerMedal(const char *tname);
 
 extern Audio audio;
 extern Config config;