#ifndef spawner_h #define spawner_h struct World; int new_spawner( struct World* world, int x, int y ); #endif