From 7a26634744e67c48eda6e7eb23241b9d37c62b5d Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 9 Mar 2020 15:00:25 +0100 Subject: Preparing to parse the darkness --- src/ft_init_funptr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ft_init_funptr.c') diff --git a/src/ft_init_funptr.c b/src/ft_init_funptr.c index 1988cb0..75b3cee 100644 --- a/src/ft_init_funptr.c +++ b/src/ft_init_funptr.c @@ -32,4 +32,5 @@ void clist->get_ptr[8] = ft_get_path_nl; clist->get_ptr[9] = ft_get_tex_nl; clist->get_ptr[10] = ft_get_music; + clist->get_ptr[11] = ft_get_darkness; } -- cgit v1.2.3