Revision 358
minor changes, just adding docs
scoreboards.h | ||
---|---|---|
44 | 44 |
highscores_t* (highscores_ctor)(const font_t *fnt, const char *path); |
45 | 45 |
/** |
46 | 46 |
* @brief Save highscore into file. |
47 |
* @param f Path to file to be written |
|
47 |
* @param p Pointer to highscores |
|
48 |
* @param path Path to file to be written |
|
48 | 49 |
*/ |
49 | 50 |
void (highscores_save)(const highscores_t *p, const char *path); |
50 | 51 |
/** |
Also available in: Unified diff