A-maze-D documentation 1.0.0
|
#include "../include/amazed.h"
Functions | |
int | check_end_start (maze_t *maze, room_t *room) |
room_t * | add_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. | |
The rooms.c.
void reset_rooms | ( | room_t * | rooms | ) |
Reset the visited attribute of each rooms.
rooms | The list of rooms |