root / proj / project / include / zombies.h @ 358
History | View | Annotate | Download (336 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 |
/**
|
14 |
* @brief Zombies.
|
15 |
* @return SUCCESS if operation was successful, other value otherwise
|
16 |
*/
|
17 |
int (zombies)(void); |
18 |
|
19 |
/**
|
20 |
* @}
|
21 |
*/
|
22 |
|
23 |
#endif //ZOMBIES_H_INCLUDED |