#ifndef _ZOMBIES #define _ZOMBIES void addZombie(int y, int x); void addHorde(); void moveZombies(); #endif