00001 /* $Id: formula_fwd.hpp 24451 2008-03-09 18:48:13Z mordante $ */ 00002 /* 00003 Copyright (C) 2008 by David White <dave@whitevine.net> 00004 Part of the Battle for Wesnoth Project http://www.wesnoth.org/ 00005 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License version 2 00008 or at your option any later version. 00009 This program is distributed in the hope that it will be useful, 00010 but WITHOUT ANY WARRANTY. 00011 00012 See the COPYING file for more details. 00013 */ 00014 00015 #ifndef FORMULA_FWD_HPP_INCLUDED 00016 #define FORMULA_FWD_HPP_INCLUDED 00017 00018 #include <boost/shared_ptr.hpp> 00019 00020 namespace game_logic { 00021 00022 class formula; 00023 typedef boost::shared_ptr<formula> formula_ptr; 00024 typedef boost::shared_ptr<const formula> const_formula_ptr; 00025 00026 } 00027 00028 #endif
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |