dxx-rebirth/common/include/jukebox.h

27 lines
512 B
C
Raw Normal View History

2014-06-01 17:55:23 +00:00
/*
* This file is part of the DXX-Rebirth project <https://www.dxx-rebirth.com/>.
2014-06-01 17:55:23 +00:00
* 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
2016-01-09 16:38:15 +00:00
#ifdef dsx
2015-12-13 18:00:49 +00:00
namespace dcx {
2020-05-02 21:18:42 +00:00
extern const std::array<file_extension_t, 5> jukebox_exts;
void jukebox_unload();
void jukebox_load();
}
2015-12-13 18:00:49 +00:00
namespace dsx {
int jukebox_play();
}
#endif
#endif