Labyrinth/include/bfs.h

6 lines
68 B
C
Raw Permalink Normal View History

2023-04-20 13:16:53 +02:00
#ifndef BFS_H
#define BFS_H
void bfs(Labyrinth* labyrinth);
#endif