dxx-rebirth/arch/sdl/include/jukebox.h
md2211 2a5142e82b First release of the new in-game jukebox system
Specify a music directory with -jukebox
2007-03-12 21:56:41 +00:00

16 lines
284 B
C

#ifndef __JUKEBOX_H__
#define __JUKEBOX_H__
void jukebox_load();
void jukebox_play();
void jukebox_stop();
void jukebox_stop_hook();
void jukebox_next();
void jukebox_prev();
char *jukebox_current();
int jukebox_is_loaded();
int jukebox_is_playing();
void jukebox_list();
#endif