ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_WindowHack.h
Revision: 692
Committed: Thu Mar 7 17:26:13 2013 UTC (12 years, 7 months ago) by alloc
Content type: text/x-chdr
File size: 228 byte(s)
Log Message:
Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)

File Contents

# Content
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