1
0
Fork 0
forked from len0rd/rockbox

Oh, wrong API

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@654 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-05-22 08:24:50 +00:00
parent a178e82588
commit 7785d55483

View file

@ -27,6 +27,6 @@ struct menu_items {
};
void menu_init(struct menu_items* items, int count);
void menu_draw(void);
void menu_run(void);
#endif /* End __MENU_H__ */