The Battle for Wesnoth  1.19.0-dev
Classes | Typedefs | Enumerations | Variables
halo Namespace Reference

Classes

class  halo_impl
 
class  manager
 
class  halo_record
 RAII object which manages a halo. More...
 

Typedefs

typedef std::shared_ptr< halo_recordhandle
 

Enumerations

enum  ORIENTATION { NORMAL , HREVERSE , VREVERSE , HVREVERSE }
 

Variables

const int NO_HALO = 0
 

Typedef Documentation

◆ handle

typedef std::shared_ptr<halo_record> halo::handle

Definition at line 33 of file halo.hpp.

Enumeration Type Documentation

◆ ORIENTATION

Enumerator
NORMAL 
HREVERSE 
VREVERSE 
HVREVERSE 

Definition at line 35 of file halo.hpp.

Variable Documentation

◆ NO_HALO

const int halo::NO_HALO = 0