view algo.h @ 7:a9dd80a69887

add images
author Dennis <denniscmartin@protonmail.com>
date Sun, 16 Oct 2022 17:17:15 +0200
parents 64d0988b0911
children
line wrap: on
line source

//
// Created by Dennis Concepción Martín on 15/10/22.
//

#ifndef MAZE_SOLVER_ALGO_H
#define MAZE_SOLVER_ALGO_H

#include <png.h>
#include <time.h>
#include <stdio.h>
#include <stdlib.h>

void wallFollower(png_bytep* pRows, unsigned int width);

#endif //MAZE_SOLVER_ALGO_H