1
0
Fork 0
forked from len0rd/rockbox

Renamed get_button button_get

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@147 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-04-19 14:04:11 +00:00
parent 5d4094fc98
commit 70ff3d900e

View file

@ -42,6 +42,6 @@
#define BUTTON_REL 0x8000
void button_init (void);
int get_button (void);
int button_get (void);
#endif