1
0
Fork 0
forked from len0rd/rockbox

MIDI: Make seeking neater by moving it into another file. Will be more useful later.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15467 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Stepan Moskovchenko 2007-11-05 05:35:10 +00:00
parent 47eb569b62
commit bdfe87c0f1
3 changed files with 71 additions and 63 deletions

View file

@ -23,5 +23,8 @@ int tick(void);
void pressNote(int ch, int note, int vol);
void rewindFile(void);
void seekForward(int nSec);
void seekBackward(int nSec);
extern long tempo;