2020-09-19 17:18:59 +00:00
|
|
|
#include "th04/snd/snd.h"
|
|
|
|
|
2022-11-29 22:09:39 +00:00
|
|
|
// Gets the total number of measures that the active sound driver has spent
|
|
|
|
// playing the current BGM, or -1 if BGM has been disabled.
|
2019-12-10 08:06:56 +00:00
|
|
|
int snd_bgm_measure(void);
|