ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Oni.h
Revision: 705
Committed: Tue Mar 19 15:00:23 2013 UTC (12 years, 6 months ago) by alloc
Content type: text/x-chdr
File size: 594 byte(s)
Log Message:
Daodan: DaodanGL fixes, intro/outro fixes, chinese=true by default

File Contents

# Content
1 #ifndef ONI_H
2 #define ONI_H
3
4 #include "Daodan.h"
5 #include "Oni_GL.h"
6 #include <windows.h>
7 #include "Oni_GameState.h"
8
9 typedef unsigned char onibool;
10
11 #define WMcMessage_Quit 0x39 // WM_QUIT equivalent.
12
13 typedef struct {
14 HINSTANCE Instance;
15 HWND Window;
16 } ONtPlatformData;
17
18
19 void ONICALL TMrInstance_GetDataPtr_List(
20 char Tag[4], //as in 'ONWC'
21 int MaxCount, //# of elements in PointerList
22 void** PointerList, //Where the found pointers go
23 int* FoundCount //Where the number of pointers found go.
24 );
25
26 UUmType(WMtWindow);
27
28 #include "Oni_Symbols.h"
29
30 #endif