Files
2026-02-19 15:41:42 +09:00

8 lines
101 B
C++

#pragma once
#include <windows.h>
namespace hooks::audio::mme {
void init(HINSTANCE module);
}