orton_runner/include/game/help.h

14 lines
161 B
C

/*
** EPITECH PROJECT, 2018
** task01
** File description:
** I do task
*/
#ifndef __HELP_H__
# define __HELP_H__
void man_help(const char *bin_name);
#endif