00001 /* $Id: dummy_video.cpp 23842 2008-02-16 08:47:16Z mordante $ */ 00002 /* 00003 Copyright (C) 2004 - 2008 by Philippe Plantier <ayin@anathas.org> 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 tools/dummy_video.cpp 00016 //! 00017 00018 #include "../video.hpp" 00019 00020 surface CVideo::getSurface() 00021 { 00022 return NULL; 00023 } 00024 00025 void update_rect(const SDL_Rect&) 00026 { 00027 } 00028 00029 surface display_format_alpha(surface) 00030 { 00031 return NULL; 00032 } 00033 00034 surface get_video_surface() 00035 { 00036 return NULL; 00037 } 00038
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |