Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (241 Bytes)

1
#ifndef ZOMBIES_H_INCLUDED
2
#define ZOMBIES_H_INCLUDED
3

    
4
/**
5
 * @defgroup    zombies    zombies
6
 * @ingroup proj
7
 * @ingroup singleplayer
8
 * @brief   Zombies mode.
9
 *
10
 * @{
11
 */
12

    
13
int (zombies)(void);
14

    
15
/**
16
 * @}
17
 */
18

    
19
#endif //ZOMBIES_H_INCLUDED