Subversion Repositories Games.Descent

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. /*
  2.  * This file is part of the DXX-Rebirth project <https://www.dxx-rebirth.com/>.
  3.  * It is copyright by its individual contributors, as recorded in the
  4.  * project's Git history.  See COPYING.txt at the top level for license
  5.  * terms and a link to the Git history.
  6.  */
  7.  
  8. #pragma once
  9.  
  10. #include "physfsx.h"
  11.  
  12. #ifdef __cplusplus
  13.  
  14. #ifdef dsx
  15. namespace dcx {
  16. extern const std::array<file_extension_t, 5> jukebox_exts;
  17.  
  18. void jukebox_unload();
  19. void jukebox_load();
  20. }
  21. namespace dsx {
  22. int jukebox_play();
  23. }
  24. #endif
  25.  
  26. #endif
  27.