#include "global.hpp"#include "minimap.hpp"#include "gettext.hpp"#include "image.hpp"#include "log.hpp"#include "map.hpp"#include "sdl_utils.hpp"#include "team.hpp"#include "wml_exception.hpp"#include "formula_string_utils.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | image |
this module manages the cache of images. | |
Defines | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
| #define | DBG_DP LOG_STREAM(debug, log_display) |
| #define | WRN_DP LOG_STREAM(warn, log_display) |
Functions | |
| surface | image::getMinimap (int w, int h, const gamemap &map_, const team *vm=NULL) |
| function to create the minimap for a given map the surface returned must be freed by the user | |
Variables | |
| static lg::log_domain | log_display ("display") |
| #define DBG_DP LOG_STREAM(debug, log_display) |
Definition at line 32 of file minimap.cpp.
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file minimap.cpp.
| #define WRN_DP LOG_STREAM(warn, log_display) |
Definition at line 33 of file minimap.cpp.
lg::log_domain log_display("display") [static] |
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:04:46 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |