#ifndef DIJKSTRA_H #define DIJKSTRA_H #include "labyrinth.h" void dijkstra(Labyrinth* labyrinth); #endif