Project

General

Profile

Statistics
| Revision:

root / proj / src / project / include / campaign.h @ 380

History | View | Annotate | Download (347 Bytes)

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