00001 /* $Id: loadscreen_empty.cpp 24972 2008-03-22 10:39:02Z esr $ */ 00002 /* 00003 Copyright (C) 2005 - 2008 by Joeri Melis <joeri_melis@hotmail.com> 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 loadscreen_empty.cpp 00016 //! 00017 00018 #include "loadscreen.hpp" 00019 00020 void loadscreen::set_progress(const int /*percentage*/, const std::string &/*text*/, const bool /*commit*/) 00021 {} 00022 00023 void loadscreen::increment_progress(const int /*percentage*/, const std::string &/*text*/, const bool /*commit*/) {} 00024 00025 void loadscreen::clear_screen(const bool /*commit*/) {} 00026 00027 loadscreen *loadscreen::global_loadscreen = 0; 00028 00029 void increment_filesystem_progress () {} 00030 00031 void increment_binary_wml_progress () {} 00032 00033 void increment_set_config_progress () {} 00034 00035 void increment_parser_progress () {} 00036
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |