raze-gles/source/common/music/z_music.h

9 lines
193 B
C
Raw Normal View History

2019-11-10 22:58:51 +00:00
#pragma once
// Totally minimalistic interface - should be all the game modules need.
void Mus_Init();
2019-11-10 22:58:51 +00:00
void Mus_Play(const char *fn, bool loop);
void Mus_Stop();
void Mus_SetPaused(bool on);