view algo.h @ 3:d0e9c4ff404c

Create LICENSE.md committer: GitHub <noreply@github.com>
author Dennis <dennis.cm@icloud.com>
date Sun, 16 Oct 2022 16:25:00 +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