Project

General

Profile

Revision 353

another minor commit

View differences:

scoreboards.h
2 2
#define SCOREBOARD_H_INCLUDED
3 3

  
4 4
/**
5
 * @defgroup proj_structures proj_structures
6
 * @brief Project structures.
5
 * @defgroup scoreboards scoreboards
6
 * @brief Scoreboards module.
7 7
 *
8 8
 * @{
9 9
 */
10 10

  
11
#include "libs.h"
11 12
#include <stdint.h>
12
#include "font.h"
13 13

  
14 14
/**
15 15
 * @brief Score.
......
52 52
 */
53 53
void (highscores_dtor)(highscores_t *p);
54 54

  
55
/**
56
 * @}
57
 */
55 58

  
56 59

  
57

  
58 60
#endif /* end of include guard: SCOREBOARD_H_INCLUDED */

Also available in: Unified diff