42/group_BSQ/includes/corr_map.h

21 lines
1,015 B
C
Raw Permalink Normal View History

2016-11-20 02:20:23 +02:00
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* corr_map.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: ykolomie <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/11/16 18:21:29 by ykolomie #+# #+# */
/* Updated: 2016/11/16 19:13:51 by ykolomie ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef CORR_MAP_H
# define CORR_MAP_H
# include "find_max.h"
void corr_map(char **map, t_coord max, char full);
#endif