Ignore:
Timestamp:
Mar 19, 2013, 4:00:23 PM (12 years ago)
Author:
alloc
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Win32.h

    r692 r705  
    55#include "Oni.h"
    66
    7 short ONICALL DDrPlatform_Initialize(ONtPlatformData *PlatformData);
     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);
    812
    913#endif
Note: See TracChangeset for help on using the changeset viewer.