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
|
Rev | Line | |
---|
[349] | 1 | #ifndef DAODAN_WINDOWHACK_H
|
---|
| 2 | #define DAODAN_WINDOWHACK_H
|
---|
| 3 |
|
---|
[692] | 4 | #include <windows.h>
|
---|
| 5 |
|
---|
[349] | 6 | void DDrWindowHack_Install();
|
---|
[677] | 7 | BOOL WINAPI LIiP_GetCursorPosHook(LPPOINT lpPoint);
|
---|
| 8 | BOOL WINAPI LIiP_SetCursorPosHook(int X, int Y);
|
---|
[349] | 9 |
|
---|
| 10 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.