Revision 357
adding docs
zombies.h | ||
---|---|---|
1 | 1 |
#ifndef ZOMBIES_H_INCLUDED |
2 | 2 |
#define ZOMBIES_H_INCLUDED |
3 | 3 |
|
4 |
/** |
|
5 |
* @defgroup zombies zombies |
|
6 |
* @ingroup proj |
|
7 |
* @ingroup singleplayer |
|
8 |
* @brief Zombies mode. |
|
9 |
* |
|
10 |
* @{ |
|
11 |
*/ |
|
12 |
|
|
4 | 13 |
int (zombies)(void); |
5 | 14 |
|
15 |
/** |
|
16 |
* @} |
|
17 |
*/ |
|
18 |
|
|
6 | 19 |
#endif //ZOMBIES_H_INCLUDED |
Also available in: Unified diff