feat: program takes an argument for the room

This commit is contained in:
mcolonna 2024-04-09 14:51:10 +02:00
parent bdb258f6b2
commit cc657ba53d
10 changed files with 40 additions and 28 deletions

View file

@ -6,13 +6,13 @@
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/02 13:39:54 by mcolonna #+# #+# */
/* Updated: 2024/04/02 14:39:40 by mcolonna ### ########.fr */
/* Updated: 2024/04/09 14:45:55 by mcolonna ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef MAIN_H
# define MAIN_H
int main(void);
int main(int argc, t_const_string *argv);
#endif