source:
Daodan/MSVC/Daodan_WindowHack.h@
610
Last change on this file since 610 was 569, checked in by , 14 years ago | |
---|---|
File size: 218 bytes |
Line | |
---|---|
1 | #pragma once |
2 | #ifndef DAODAN_WINDOWHACK_H |
3 | #define DAODAN_WINDOWHACK_H |
4 | |
5 | void DDrWindowHack_Install(); |
6 | BOOL WINAPI LIiP_GetCursorPosHook(LPPOINT lpPoint); |
7 | BOOL WINAPI LIiP_SetCursorPosHook(int X, int Y); |
8 | |
9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.