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