root / proj / project / include / campaign.h @ 358
History | View | Annotate | Download (347 Bytes)
1 |
#ifndef CAMPAIGN_H_INCLUDED
|
---|---|
2 |
#define CAMPAIGN_H_INCLUDED
|
3 |
|
4 |
/**
|
5 |
* @defgroup campaign campaign
|
6 |
* @ingroup proj
|
7 |
* @ingroup singleplayer
|
8 |
* @brief Campaign mode.
|
9 |
*
|
10 |
* @{
|
11 |
*/
|
12 |
|
13 |
/**
|
14 |
* @brief Campaign.
|
15 |
* @return SUCCESS if operation was successful, other value otherwise
|
16 |
*/
|
17 |
int (campaign)(void); |
18 |
|
19 |
/**
|
20 |
* @}
|
21 |
*/
|
22 |
|
23 |
#endif //CAMPAIGN_H_INCLUDED |