Updated to remove more usless stuff
This commit is contained in:
parent
5b7eb9784b
commit
db0903c3a8
31 changed files with 480 additions and 1058 deletions
|
|
@ -6,13 +6,18 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/08/22 16:25:38 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../types/type_primary_state_ids.h"
|
||||
#include "../primary_state_ids/primary_state_ids.h"
|
||||
|
||||
|
||||
#ifdef static
|
||||
# undef static
|
||||
#endif
|
||||
|
||||
t_primary_state_ids_array *create_primary_state_ids(void)
|
||||
{
|
||||
static t_primary_state_ids_array table = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue