view algo.h @ 5:3d6399799527

add maze generator link
author Dennis <denniscmartin@protonmail.com>
date Sun, 16 Oct 2022 16:51:53 +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