A-maze-D documentation 1.0.0
|
#include "../include/amazed.h"
Functions | |
int | check_room_valid (maze_t *maze, char **content) |
int | check_door_exist (room_t *first_room, room_t *second_room) |
void | add_to_doors_list (door_t **begin, door_t *door) |
void | add_doors_to_rooms (maze_t *maze, char *left, char *right) |
int | add_door (maze_t *maze, char *line) |
The doors.c.