> caused by bad code around thumbnail fetching logic including file checks in every draw call, see #4 > added `hooks::wmisc` for linux specific minor performance fixes and similar
9 lines
164 B
C++
9 lines
164 B
C++
#pragma once
|
|
#include <windows.h>
|
|
|
|
namespace hooks::soundbank
|
|
{
|
|
void init(HINSTANCE hmodule, const char *model, const char *ext);
|
|
void deinit(HINSTANCE hmodule);
|
|
}
|