Crossfire Server, Trunk
free_walls_struct Struct Reference
+ Collaboration diagram for free_walls_struct:

Data Fields

int wall_free_size
 
int * wall_x_list
 
int * wall_y_list
 

Detailed Description

Contains free walls in the map.

Definition at line 33 of file maze_gen.cpp.

Field Documentation

◆ wall_free_size

int free_walls_struct::wall_free_size

Number of items in wall_x_list and wall_y_list.

Definition at line 36 of file maze_gen.cpp.

Referenced by fill_maze_full(), fill_maze_sparse(), make_wall_free_list(), maze_gen(), and pop_wall_point().

◆ wall_x_list

int* free_walls_struct::wall_x_list

X coordinates of free spots for walls.

Definition at line 34 of file maze_gen.cpp.

Referenced by make_wall_free_list(), maze_gen(), and pop_wall_point().

◆ wall_y_list

int* free_walls_struct::wall_y_list

Y coordinates of free spots for walls.

Definition at line 35 of file maze_gen.cpp.

Referenced by make_wall_free_list(), maze_gen(), and pop_wall_point().


The documentation for this struct was generated from the following file: