source: Daodan/src/Daodan_WindowHack.h@ 678

Last change on this file since 678 was 677, checked in by alloc, 12 years ago

Daodan: Updated src to work with MinGW

File size: 218 bytes
RevLine 
[349]1#pragma once
2#ifndef DAODAN_WINDOWHACK_H
3#define DAODAN_WINDOWHACK_H
4
5void DDrWindowHack_Install();
[677]6BOOL WINAPI LIiP_GetCursorPosHook(LPPOINT lpPoint);
7BOOL WINAPI LIiP_SetCursorPosHook(int X, int Y);
[349]8
9#endif
Note: See TracBrowser for help on using the repository browser.