History | View | Annotate | Download (241 Bytes)
#ifndef ZOMBIES_H_INCLUDED
#define ZOMBIES_H_INCLUDED
/**
* @defgroup zombies zombies
* @ingroup proj
* @ingroup singleplayer
* @brief Zombies mode.
*
* @{
*/
int (zombies)(void);
* @}
#endif //ZOMBIES_H_INCLUDED