@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
namespace hooks::soundbank
|
||||
{
|
||||
void init(HINSTANCE hmodule, const char *ext);
|
||||
void deinit(HINSTANCE hmodule);
|
||||
}
|
||||
Reference in New Issue
Block a user