]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/bosses.h
Don't define variables in header files.
[quix0rs-blobwars.git] / src / bosses.h
index 46c802291a42820b7d6a5949856bb50af61fb33e..248201cc4fdf82c67a682a2d537d5853a6492dbb 100644 (file)
@@ -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
@@ -49,6 +50,3 @@ extern Map map;
 
 extern Entity player;
 extern Entity defItem[MAX_ITEMS];
-
-// this is used exclusively by the bosses
-Boss *self;