The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions | Variables
frame.cpp File Reference
#include "global.hpp"
#include "game_display.hpp"
#include "halo.hpp"
#include "sound.hpp"
#include "units/frame.hpp"
Include dependency graph for frame.cpp:

Go to the source code of this file.

Functions

bool tristate_to_bool (tristate tri, bool def)
 

Variables

const image::locator empty_image
 
static const std::string empty_string
 

Function Documentation

bool tristate_to_bool ( tristate  tri,
bool  def 
)

Definition at line 207 of file frame.cpp.

References t_false, t_true, and t_unset.

Referenced by unit_frame::merge_parameters().

Variable Documentation

const image::locator empty_image

Definition at line 103 of file frame.cpp.

const std::string empty_string
static