8 lines
101 B
C++
8 lines
101 B
C++
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
namespace hooks::audio::mme {
|
|
void init(HINSTANCE module);
|
|
}
|