2024-01-24 09:18:02 +00:00
|
|
|
#pragma option -zCSHARED -WX -k-
|
2021-03-25 16:09:57 +00:00
|
|
|
|
|
|
|
#include "platform.h"
|
|
|
|
#include "th02/snd/snd.h"
|
|
|
|
#include "th02/snd/se_impl.hpp"
|
|
|
|
|
|
|
|
void snd_se_reset(void)
|
|
|
|
{
|
|
|
|
snd_se_frame = 0;
|
|
|
|
snd_se_playing = SE_NONE;
|
|
|
|
}
|
|
|
|
#pragma codestring "\x90"
|