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