ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Win32.h
Revision: 992
Committed: Sat Apr 5 10:19:11 2014 UTC (11 years, 6 months ago) by alloc
Content type: text/x-chdr
File size: 383 byte(s)
Log Message:
Daodan: Removed unused MSVC tree, build folders; reorganized source layout; removed Flatline from current Daodan

File Contents

# Content
1 #ifndef DAODAN_WIN32_H
2 #define DAODAN_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