]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/player.h
Update copyright statements.
[quix0rs-blobwars.git] / src / player.h
old mode 100755 (executable)
new mode 100644 (file)
index 9d5a43e..9ee26c9
@@ -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
@@ -19,7 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 
 #include "headers.h"
-#include "SDL_thread.h"
 
 extern void throwAndDamageEntity(Entity *ent, int damage, int minDX, int maxDX, int DY);
 extern void moveEntity(Entity *ent);