/* Copyright (C) 2007 - 2016 by Jeremy Rosen Part of the Battle for Wesnoth Project http://www.wesnoth.org/ 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. See the COPYING file for more details. */ /** * @file * Template instantiations for wesnoth-game. */ #include "animated.tpp" // Force compilation of the following template instantiations #include "unit_frame.hpp" template class animated< image::locator >; template class animated< std::string >; template class animated< unit_frame >;