Files
spice2x-r3d/misc/nativetouchhook.h
2026-02-19 15:41:42 +09:00

6 lines
84 B
C++

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