#pragma once #ifndef DAODAN_WINDOWHACK_H #define DAODAN_WINDOWHACK_H void DDrWindowHack_Install(); BOOL WINAPI LIiP_GetCursorPosHook(LPPOINT lpPoint); BOOL WINAPI LIiP_SetCursorPosHook(int X, int Y); #endif