view algo.h @ 2:64d0988b0911

refactor code
author Dennis <denniscmartin@protonmail.com>
date Sun, 16 Oct 2022 16:24:09 +0200
parents edee16cfda92
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