> introduce `hooks::devel` to aggregate debug specific code > fix support for IIDX31 (target LDJ-010 instead)
9 lines
145 B
C++
9 lines
145 B
C++
#pragma once
|
|
#include <windows.h>
|
|
|
|
namespace hooks::soundbank
|
|
{
|
|
void init(HINSTANCE hmodule, const char *ext);
|
|
void deinit(HINSTANCE hmodule);
|
|
}
|