Changeset 705 for Daodan/src/Daodan_Win32.h
- Timestamp:
- Mar 19, 2013, 4:00:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Win32.h
r692 r705 5 5 #include "Oni.h" 6 6 7 short ONICALL DDrPlatform_Initialize(ONtPlatformData *PlatformData); 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); 8 12 9 13 #endif
Note:
See TracChangeset
for help on using the changeset viewer.