X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Fplayer.h;h=9ee26c9961a6cf7e05e0fea6b8c0007f34d9eb95;hb=51ec3a05a6238fad05a57d417638495c1839b694;hp=d3d8277df1bbada4f0c8f868376c1a415c746279;hpb=f252549ec2a5392f2be8bb5ca707b27a464b4583;p=quix0rs-blobwars.git diff --git a/src/player.h b/src/player.h index d3d8277..9ee26c9 100644 --- a/src/player.h +++ b/src/player.h @@ -1,5 +1,6 @@ /* -Copyright (C) 2004-2010 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 @@ -19,7 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "headers.h" -#include extern void throwAndDamageEntity(Entity *ent, int damage, int minDX, int maxDX, int DY); extern void moveEntity(Entity *ent);