Move */arch/include/jukebox.h -> common/include/jukebox.h

This commit is contained in:
Kp 2013-03-03 01:03:33 +00:00
parent 2fc1cba2b5
commit 536203188c
2 changed files with 0 additions and 15 deletions

View file

@ -1,15 +0,0 @@
#ifndef __JUKEBOX_H__
#define __JUKEBOX_H__
extern const char *const jukebox_exts[];
void jukebox_unload();
void jukebox_load();
int jukebox_play();
char *jukebox_current();
int jukebox_is_loaded();
int jukebox_is_playing();
int jukebox_numtracks();
void jukebox_list();
#endif