#include "fake_display.hpp"#include "game_board.hpp"#include "game_display.hpp"#include "terrain/type_data.hpp"#include "tod_manager.hpp"#include "reports.hpp"#include <boost/make_shared.hpp>
Go to the source code of this file.
Classes | |
| class | test_utils::fake_display_manager |
Namespaces | |
| wb | |
| test_utils | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-test" |
Functions | |
| game_display & | test_utils::get_fake_display (const int width, const int height) |
| Gets a fake test display. More... | |
| #define GETTEXT_DOMAIN "wesnoth-test" |
Definition at line 15 of file fake_display.cpp.
1.8.8