Labyrinth/include/bfs.h

6 lines
68 B
C

#ifndef BFS_H
#define BFS_H
void bfs(Labyrinth* labyrinth);
#endif