refactor: Add transcoding support for more styles

> some styles still won't work due to SOUND DATA CREATE ERROR
> related to #1
This commit is contained in:
[ ]
2025-05-26 23:14:57 +09:00
parent a34014876a
commit 4a45f4d9c4
3 changed files with 62 additions and 23 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
namespace hooks::bmsb
{
void init(HINSTANCE hmodule);
void init(HINSTANCE hmodule, const char *ext);
void deinit(HINSTANCE hmodule);
}