Files
spice2x-r3d/src/spice2x/misc/nativetouchhook.h
T

6 lines
84 B
C++

#include <windows.h>
namespace nativetouchhook {
void hook(HMODULE module);
}