#ifndef WORLD_H_INCLUDED #define WORLD_H_INCLUDED #include "snake.h" void init_world(struct state* world, int width, int height); void print_world(struct state* world); #endif