Revision 357
adding docs
proj.h | ||
---|---|---|
1 | 1 |
#ifndef PROJ_H_INCLUDED |
2 | 2 |
#define PROJ_H_INCLUDED |
3 | 3 |
|
4 |
/** |
|
5 |
* @defgroup proj proj |
|
6 |
* @brief Project module. |
|
7 |
* |
|
8 |
* @{ |
|
9 |
*/ |
|
10 |
|
|
4 | 11 |
#include "libs.h" |
5 | 12 |
|
6 | 13 |
#include "ent.h" |
... | ... | |
14 | 21 |
map_t *map1 ; |
15 | 22 |
sprite_t *sp_crosshair ; |
16 | 23 |
|
24 |
/** |
|
25 |
* @} |
|
26 |
*/ |
|
27 |
|
|
17 | 28 |
#endif //PROJ_H_INCLUDED |
Also available in: Unified diff