Project

General

Profile

Revision 375

scoreboard logic for zombies finalized

View differences:

zombies.h
10 10
 * @{
11 11
 */
12 12

  
13
#include "scoreboards.h"
14

  
13 15
/**
14 16
* @brief Zombies.
15 17
* @return  SUCCESS if operation was successful, other value otherwise
16 18
*/
17
int (zombies)(void);
19
int (zombies)(highscores_t *zombies_highscore);
18 20

  
19 21
/**
22
 * @brief Zombies ranking.
23
 * @param zombies_highscore Highscores.
24
 */
25
void (zombies_ranking)(highscores_t *zombie_highscore);
26

  
27
/**
20 28
 * @}
21 29
 */
22 30

  

Also available in: Unified diff