Files
spice2x-r3d/hooks/sndbhook.h
T
2025-05-28 00:27:46 +09:00

10 lines
146 B
C++

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