source:
Daodan/src/Patches/Win32.h
Last change on this file was 994, checked in by , 11 years ago | |
---|---|
File size: 381 bytes |
Rev | Line | |
---|---|---|
[994] | 1 | #ifndef DD_WIN32_H |
2 | #define DD_WIN32_H | |
3 | ||
4 | #include "../Daodan.h" | |
5 | #include "../Oni/Oni.h" | |
6 | ||
7 | UUtError ONICALL DD_ONrPlatform_Initialize(ONtPlatformData *PlatformData); | |
8 | BOOL WINAPI DD_GetCursorPos(LPPOINT lpPoint); | |
9 | BOOL WINAPI DD_SetCursorPos(int X, int Y); | |
10 | void ONICALL DD_LIrPlatform_Mode_Set(unsigned int active_mode); | |
11 | void ONICALL DD_LIrPlatform_Terminate(void); | |
12 | ||
13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.