animated_game.cpp

Go to the documentation of this file.
00001 /* $Id: animated_game.cpp 23842 2008-02-16 08:47:16Z mordante $ */
00002 /*
00003    Copyright (C) 2007 - 2008 by Jeremy Rosen <jeremy.rosen@enst-bretagne.fr>
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 //! @file animated_game.cpp 
00016 //! Template instantiations for wesnoth-game.
00017 
00018 #include "animated.i"
00019 // Force compilation of the following template instantiations
00020 
00021 #include "unit_frame.hpp"
00022 #include "image.hpp"
00023 
00024 template class animated< image::locator >;
00025 template class animated< std::string >;
00026 template class animated< unit_frame >;
00027 

Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth
Gna! | Forum | Wiki | CIA | devdocs