History | View | Annotate | Download (254 Bytes)
#ifndef SINGLEPLAYER_H_INCLUDED
#define SINGLEPLAYER_H_INCLUDED
/**
* @defgroup singleplayer singleplayer
* @ingroup proj
* @brief Single player module.
*
* @{
*/
int (singleplayer)(void);
* @}
#endif //SINGLEPLAYER_H_INCLUDED