#ifndef enemy_h #define enemy_h struct World; int new_skull(struct World* world, int x, int y); #endif