style: updated for the norme
This commit is contained in:
parent
75a508a48a
commit
3e21d3d710
5 changed files with 284 additions and 60 deletions
|
|
@ -6,17 +6,16 @@
|
|||
/* By: bgoulard <bgoulard@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/11/09 01:15:15 by bgoulard #+# #+# */
|
||||
/* Updated: 2024/11/09 01:33:17 by bgoulard ### ########.fr */
|
||||
/* Updated: 2024/11/11 21:34:02 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef CUB3D_OPTIONS_H
|
||||
# define CUB3D_OPTIONS_H
|
||||
|
||||
void c3_set_file(void *usr_control_struct, const char *arg);
|
||||
void c3_set_debug(void *usr_control_struct);
|
||||
void c3_set_save(void *usr_control_struct);
|
||||
void c3_print_help(void *usr_control_struct);
|
||||
void c3_set_file(void *usr_control_struct, const char *arg);
|
||||
void c3_set_debug(void *usr_control_struct);
|
||||
void c3_set_save(void *usr_control_struct);
|
||||
void c3_print_help(void *usr_control_struct);
|
||||
|
||||
|
||||
# endif /* CUB3D_OPTIONS_H */
|
||||
#endif /* CUB3D_OPTIONS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue