source: Daodan/src/Daodan_WindowHack.h@ 695

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