History | View | Annotate | Download (248 Bytes)
#ifndef CAMPAIGN_H_INCLUDED
#define CAMPAIGN_H_INCLUDED
/**
* @defgroup campaign campaign
* @ingroup proj
* @ingroup singleplayer
* @brief Campaign mode.
*
* @{
*/
int (campaign)(void);
* @}
#endif //CAMPAIGN_H_INCLUDED