The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Macros | Functions | Variables
editor_main.cpp File Reference
#include "controller/editor_controller.hpp"
#include "gettext.hpp"
#include "filesystem.hpp"
#include "editor/action/action_base.hpp"
#include <boost/algorithm/string/replace.hpp>
Include dependency graph for editor_main.cpp:

Go to the source code of this file.

Namespaces

 editor
 Manage the empty-palette in the editor.
 

Macros

#define GETTEXT_DOMAIN   "wesnoth-editor"
 

Functions

EXIT_STATUS editor::start (const config &game_config, CVideo &video, const std::string &filename="", bool take_screenshot=false, const std::string &screenshot_filename="map_screenshot.bmp")
 Main interface for launching the editor from the title screen. More...
 

Variables

lg::log_domain log_editor ("editor")
 

Macro Definition Documentation

#define GETTEXT_DOMAIN   "wesnoth-editor"

Definition at line 14 of file editor_main.cpp.

Variable Documentation

lg::log_domain log_editor("editor")