Files
spice2x-r3d/hooks/bmsbhook.h
T
[ ] 4a45f4d9c4 refactor: Add transcoding support for more styles
> some styles still won't work due to SOUND DATA CREATE ERROR
> related to #1
2025-05-26 23:14:57 +09:00

10 lines
141 B
C++

#pragma once
#include <windows.h>
namespace hooks::bmsb
{
void init(HINSTANCE hmodule, const char *ext);
void deinit(HINSTANCE hmodule);
}