X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fspawn_point.hpp;h=23bafa837cf7cf4648e38e102d7db852cf8a65cf;hb=7ffae068ecdecf51aa3ad6942151e2a2c3cf8fa1;hp=207237cb9bd8971381aeb370c3a244abf4688378;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/spawn_point.hpp b/src/spawn_point.hpp index 207237cb9..23bafa837 100644 --- a/src/spawn_point.hpp +++ b/src/spawn_point.hpp @@ -1,9 +1,27 @@ +// $Id$ +// +// SuperTux +// Copyright (C) 2006 Matthias Braun +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef __SPAWN_POINT_H__ #define __SPAWN_POINT_H__ #include #include "math/vector.hpp" -#include "lisp/lisp.hpp" +namespace lisp { class Lisp; } class SpawnPoint { @@ -17,4 +35,3 @@ public: }; #endif -