]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/items.h
Fix color key and alpha blending.
[quix0rs-blobwars.git] / src / items.h
index 45909ce056af9a2850fca6726335f28a15e38dc3..73f0578cbfa6bf071ecd8ab085315b4a321a37e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2011 Parallel Realities
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -27,6 +27,8 @@ extern bool checkBrickContact(Entity *object);
 extern void moveEntity(Entity *ent);
 extern void checkObjectives(const char *name, bool alwaysInform);
 extern void addTeleportParticles(float x, float y, int amount, int soundToPlay);
+extern void addPlayerScore(int score);
+extern void presentPlayerMedal(const char *tname);
 
 extern Audio audio;
 extern Engine engine;