]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/mission.h
Cleanup .desktop file
[quix0rs-blobwars.git] / src / mission.h
index eee869a9a98a01548cc741e3b20aa7e89af799ac..f1a9d56342a2135e84c63532d47a76a884b9c341 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
@@ -23,6 +23,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;