v1 of parsing finished
This commit is contained in:
parent
d586acba8f
commit
8211ff19ea
9 changed files with 121 additions and 37 deletions
|
|
@ -6,13 +6,14 @@
|
|||
/* By: bgoulard <bgoulard@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/11/09 01:15:15 by bgoulard #+# #+# */
|
||||
/* Updated: 2024/11/11 21:34:02 by rparodi ### ########.fr */
|
||||
/* Updated: 2024/11/27 11:35:39 by bgoulard ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef CUB3D_OPTIONS_H
|
||||
# define CUB3D_OPTIONS_H
|
||||
|
||||
void c3_set_parse_excl(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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue