Last change
on this file since 694 was 692, checked in by alloc, 12 years ago |
Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)
|
File size:
228 bytes
|
Line | |
---|
1 | #ifndef DAODAN_WINDOWHACK_H
|
---|
2 | #define DAODAN_WINDOWHACK_H
|
---|
3 |
|
---|
4 | #include <windows.h>
|
---|
5 |
|
---|
6 | void DDrWindowHack_Install();
|
---|
7 | BOOL WINAPI LIiP_GetCursorPosHook(LPPOINT lpPoint);
|
---|
8 | BOOL WINAPI LIiP_SetCursorPosHook(int X, int Y);
|
---|
9 |
|
---|
10 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.