source: Daodan/src/Daodan_Win32.h@ 705

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

Daodan: DaodanGL fixes, intro/outro fixes, chinese=true by default

File size: 379 bytes
Line 
1#ifndef DAODAN_WIN32_H
2#define DAODAN_WIN32_H
3
4#include "Daodan.h"
5#include "Oni.h"
6
7UUtError ONICALL DD_ONrPlatform_Initialize(ONtPlatformData *PlatformData);
8BOOL WINAPI DD_GetCursorPos(LPPOINT lpPoint);
9BOOL WINAPI DD_SetCursorPos(int X, int Y);
10void ONICALL DD_LIrPlatform_Mode_Set(unsigned int active_mode);
11void ONICALL DD_LIrPlatform_Terminate(void);
12
13#endif
Note: See TracBrowser for help on using the repository browser.