Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (248 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
int (campaign)(void);
14

    
15
/**
16
 * @}
17
 */
18

    
19
#endif //CAMPAIGN_H_INCLUDED