dxx-rebirth/common/include/jukebox.h

21 lines
452 B
C
Raw Normal View History

2014-06-01 17:55:23 +00:00
/*
* This file is part of the DXX-Rebirth project <http://www.dxx-rebirth.com/>.
* It is copyright by its individual contributors, as recorded in the
* project's Git history. See COPYING.txt at the top level for license
* terms and a link to the Git history.
*/
2015-03-22 18:49:21 +00:00
#pragma once
2013-11-26 22:19:52 +00:00
#include "physfsx.h"
#ifdef __cplusplus
2015-03-22 18:49:21 +00:00
extern const array<file_extension_t, 5> jukebox_exts;
void jukebox_unload();
void jukebox_load();
int jukebox_play();
#endif