Euphoria
eu::core::generator::cell Namespace Reference

Enumerations

enum  Type {
  none = 0 , path_north = 1 << 0 , path_south = 1 << 1 , path_east = 1 << 2 ,
  path_west = 1 << 3 , visited = 1 << 4
}
 

Enumeration Type Documentation

◆ Type

Enumerator
none 
path_north 
path_south 
path_east 
path_west 
visited 

Definition at line 19 of file generator_maze.h.