Mercurial > public > maze-solver
view src/algos.h @ 8:deeb54b231aa
refactor code
author | Dennis <denniscmartin@protonmail.com> |
---|---|
date | Sun, 30 Oct 2022 17:00:56 +0100 |
parents | |
children |
line wrap: on
line source
// // Created by Dennis Concepción Martín on 15/10/22. // #ifndef MAZE_SOLVER_ALGOS_H #define MAZE_SOLVER_ALGOS_H #include <png.h> void wall_follower(png_bytep* pRows, unsigned int width); #endif //MAZE_SOLVER_ALGOS_H