This commit is contained in:
Sadchenko 2024-04-17 13:03:16 +02:00
parent 40685518fa
commit 55d738a03e

View File

@ -1,12 +1,8 @@
#include "world.h"
#include <stdio.h>
#include <stdlib.h>
#include <curses.h>
#include <stdlib.h>
#include <string.h>
#include "snake.h"
#include "main.c"
typedef struct Snake {
/*typedef struct Snake {
int x;
int y;
struct Snake *next;
@ -21,7 +17,7 @@ typedef struct State {
int width;
int speedX;
int speedY;
} State;
} State;*/
/*enum endgame {