6 lines
84 B
C++
6 lines
84 B
C++
#include <windows.h>
|
|
|
|
namespace nativetouchhook {
|
|
void hook(HMODULE module);
|
|
}
|
|
|