orton_runner/include/game/help.h

14 lines
161 B
C
Raw Normal View History

2019-01-20 11:55:38 +01:00
/*
** EPITECH PROJECT, 2018
** task01
** File description:
** I do task
*/
#ifndef __HELP_H__
# define __HELP_H__
void man_help(const char *bin_name);
#endif