1 2 3 4 5 6 7 8
#ifndef enemy_h #define enemy_h struct World; int new_skull(struct World* world, int x, int y); #endif