Labyrinth/include/dfs.h

6 lines
68 B
C
Raw Permalink Normal View History

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