mirror of https://github.com/nmlgc/ReC98.git
5 lines
135 B
C
5 lines
135 B
C
|
// Adds a customizable delay to the TH02 version.
|
||
|
int snd_delay_until_measure(
|
||
|
unsigned int measure, unsigned int frames_if_no_bgm
|
||
|
);
|