]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/mias.h
Added .gitignore to ignore certain files + fixed access rights on Makefile* as
[quix0rs-blobwars.git] / src / mias.h
index 07e32448d6bc46388f6dc0d739f1548678f4b70d..f22b2570bf8091955719e6634b487fd2b15956d9 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
@@ -30,3 +31,4 @@ extern Map map;
 extern Entity player;
 
 extern void moveEntity(Entity *ent);
+extern void presentPlayerMedal(const char *tname);