The Battle for Wesnoth  1.19.0-dev
Macros | Variables
arrow.cpp File Reference

Method bodies for the arrow class. More...

#include "arrow.hpp"
#include "draw.hpp"
#include "log.hpp"
Include dependency graph for arrow.cpp:

Go to the source code of this file.

Macros

#define ERR_ARR   LOG_STREAM(err, log_arrows)
 
#define WRN_ARR   LOG_STREAM(warn, log_arrows)
 
#define LOG_ARR   LOG_STREAM(info, log_arrows)
 
#define DBG_ARR   LOG_STREAM(debug, log_arrows)
 

Variables

static lg::log_domain log_arrows ("arrows")
 

Detailed Description

Method bodies for the arrow class.

Definition in file arrow.cpp.

Macro Definition Documentation

◆ DBG_ARR

#define DBG_ARR   LOG_STREAM(debug, log_arrows)

Definition at line 30 of file arrow.cpp.

◆ ERR_ARR

#define ERR_ARR   LOG_STREAM(err, log_arrows)

Definition at line 27 of file arrow.cpp.

◆ LOG_ARR

#define LOG_ARR   LOG_STREAM(info, log_arrows)

Definition at line 29 of file arrow.cpp.

◆ WRN_ARR

#define WRN_ARR   LOG_STREAM(warn, log_arrows)

Definition at line 28 of file arrow.cpp.

Variable Documentation

◆ log_arrows

lg::log_domain log_arrows("arrows") ( "arrows"  )
static