A-maze-D documentation 1.0.0
Loading...
Searching...
No Matches
rooms.c File Reference

The rooms.c. More...

Functions

int check_end_start (maze_t *maze, room_t *room)
 
room_tadd_to_rooms_list (maze_t *maze, char *name, position_t position)
 
int add_room (maze_t *maze, char **line)
 
void reset_rooms (room_t *rooms)
 Reset the visited attribute of each rooms.
 

Detailed Description

The rooms.c.

Author
Nicolas TORO

Function Documentation

◆ reset_rooms()

void reset_rooms ( room_t * rooms)

Reset the visited attribute of each rooms.

Parameters
roomsThe list of rooms
Returns
void