#pragma once typedef struct { int skip; } DeathPart; struct Entity; struct Game; struct Entity *deathpart_init(struct Entity *this, int x, int y);