1
0
Fork 0
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:
Björn Stenberg 2002-05-21 15:03:43 +00:00
parent 8cbedc3793
commit d1d5f95488
2 changed files with 37 additions and 31 deletions

View file

@ -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);