Files
spice2x-r3d/hooks/sndbhook.h
T
[ ] 7ceeda8bca refactor: Handle optional experimental code better
> introduce `hooks::devel` to aggregate debug specific code
> fix support for IIDX31 (target LDJ-010 instead)
2025-06-02 21:34:28 +09:00

9 lines
145 B
C++

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