42/rushes/rush02/ex00/headers/rush00.h
2016-11-20 02:20:23 +02:00

18 lines
962 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* rush00.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: gtertysh <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/11/13 21:15:33 by gtertysh #+# #+# */
/* Updated: 2016/11/13 21:16:32 by gtertysh ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef RUSH00_H
# define RUSH00_H
void rush(int x, int y);
#endif