#pragma once typedef struct { int dir; } Exit; struct Entity; struct Game; struct Entity *exit_init(struct Entity *this, int x, int y);