forked from len0rd/rockbox
Now supports charcell display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@647 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8cbedc3793
commit
d1d5f95488
2 changed files with 37 additions and 31 deletions
|
|
@ -20,13 +20,6 @@
|
|||
#ifndef __ROCKBOX_CREDITS_H__
|
||||
#define __ROCKBOX_CREDITS_H__
|
||||
|
||||
#define CREDIT_COUNT 21
|
||||
|
||||
struct credit {
|
||||
const char *name;
|
||||
const char *desc;
|
||||
};
|
||||
|
||||
/* Show who worked on the project */
|
||||
void show_credits(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue