ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Oni.h
Revision: 690
Committed: Wed Mar 6 18:33:15 2013 UTC (12 years, 7 months ago) by alloc
Content type: text/x-chdr
File size: 554 byte(s)
Log Message:
Daodan: Cleaning up code (a few comments, old commented out stuff removed), ugly wine-crash fix for DaodanGL

File Contents

# Content
1 #pragma once
2 #ifndef ONI_H
3 #define ONI_H
4
5 #include "Daodan.h"
6 #include "oni_gl.h"
7 //#include <stdint.h>
8 #include <windows.h>
9 #include "Oni_GameState.h"
10 typedef unsigned char onibool;
11
12 typedef struct
13 {
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 #include "Oni_Symbols.h"
27
28 #endif