X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Faddon%2Faddon_manager.hpp;h=693acd3de7577ee0ef36d919a48940048d1bf57b;hb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;hp=4c6b59459feb8a360add6cf85699532b6505b1fa;hpb=f406067af6cbeb0a638078fe1d386d092583909c;p=supertux.git diff --git a/src/addon/addon_manager.hpp b/src/addon/addon_manager.hpp index 4c6b59459..693acd3de 100644 --- a/src/addon/addon_manager.hpp +++ b/src/addon/addon_manager.hpp @@ -1,12 +1,10 @@ -// $Id$ -// // SuperTux - Add-on Manager // Copyright (C) 2007 Christoph Sommer // -// 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 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 3 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 @@ -14,19 +12,16 @@ // 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 ADDON_MANAGER_H -#define ADDON_MANAGER_H +// along with this program. If not, see . + +#ifndef HEADER_SUPERTUX_ADDON_ADDON_MANAGER_HPP +#define HEADER_SUPERTUX_ADDON_ADDON_MANAGER_HPP #include #include -namespace lisp { -class Lisp; -class Writer; -} + +#include "util/reader_fwd.hpp" +#include "util/writer_fwd.hpp" class Addon; @@ -94,7 +89,7 @@ public: /** * Read AddonManager configuration from Lisp */ - void read(const lisp::Lisp& lisp); + void read(const Reader& lisp); protected: std::vector addons; @@ -105,3 +100,5 @@ protected: }; #endif + +/* EOF */