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