#pragma once struct Entity; struct Game; struct Entity *spike_init(struct Entity *this, int x, int y);