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