Project

General

Profile

Statistics
| Revision:

root / proj / project / include / zombies.h @ 357

History | View | Annotate | Download (241 Bytes)

1 345 up20180642
#ifndef ZOMBIES_H_INCLUDED
2
#define ZOMBIES_H_INCLUDED
3
4 357 up20180642
/**
5
 * @defgroup    zombies    zombies
6
 * @ingroup proj
7
 * @ingroup singleplayer
8
 * @brief   Zombies mode.
9
 *
10
 * @{
11
 */
12
13 345 up20180642
int (zombies)(void);
14
15 357 up20180642
/**
16
 * @}
17
 */
18
19 345 up20180642
#endif //ZOMBIES_H_INCLUDED