Fix Yellow: missing proto
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30761 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
100974162d
commit
899865a70b
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ int font_load(const char *path);
|
|||
int font_load_ex(const char *path, size_t buffer_size);
|
||||
int font_glyphs_to_bufsize(const char *path, int glyphs);
|
||||
void font_unload(int font_id);
|
||||
void font_unload_all(void);
|
||||
|
||||
struct font* font_get(int font);
|
||||
|
||||
|
|
Loading…
Reference in a new issue