Project

General

Profile

Statistics
| Revision:

root / proj / project / include / campaign.h @ 357

History | View | Annotate | Download (248 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 347 up20180642
int (campaign)(void);
14
15 357 up20180642
/**
16
 * @}
17
 */
18
19 347 up20180642
#endif //CAMPAIGN_H_INCLUDED