add_to_list fonctionne pleinement en binaire et creer un vrai tetri reduit et ses dimensions

This commit is contained in:
Hugo LAMY
2019-04-27 02:01:54 +02:00
parent c83ac7599d
commit b5ad1209f4
2 changed files with 81 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 16:41:29 by hulamy ### ########.fr */
/* Updated: 2019/04/27 00:34:44 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -28,7 +28,7 @@
typedef struct s_fillist
{
unsigned short tetribit;
int large;
int width;
int height;
int position;
struct s_fillist *next;