/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* rush00.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: gtertysh +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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