structure modifiee avec tailles et parsing fonctionne

This commit is contained in:
Hugo LAMY
2019-04-27 02:05:22 +02:00
parent 213cf40eb4
commit 48576180a2
2 changed files with 82 additions and 38 deletions

View File

@@ -6,7 +6,7 @@
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/03/01 13:34:46 by vmanzoni #+# #+# */
/* Updated: 2019/04/25 13:04:13 by hulamy ### ########.fr */
/* Updated: 2019/04/27 02:03:20 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -28,7 +28,8 @@
typedef struct s_fillist
{
unsigned short tetribit;
unsigned short tibirtet;
int width;
int height;
int position;
struct s_fillist *next;
} t_fillist;