Labyrinth/include/dfs.h

6 lines
68 B
C

#ifndef DFS_H
#define DFS_H
void dfs(Labyrinth* labyrinth);
#endif