source:
Daodan/src/Oni.h@
692
Last change on this file since 692 was 692, checked in by , 12 years ago | |
---|---|
File size: 517 bytes |
Rev | Line | |
---|---|---|
[273] | 1 | #ifndef ONI_H |
2 | #define ONI_H | |
3 | ||
[326] | 4 | #include "Daodan.h" |
[692] | 5 | #include "Oni_GL.h" |
[452] | 6 | #include <windows.h> |
[677] | 7 | #include "Oni_GameState.h" |
[692] | 8 | |
[473] | 9 | typedef unsigned char onibool; |
10 | ||
[692] | 11 | typedef struct { |
[322] | 12 | HINSTANCE Instance; |
13 | HWND Window; | |
14 | } ONtPlatformData; | |
[273] | 15 | |
[452] | 16 | |
[476] | 17 | void ONICALL TMrInstance_GetDataPtr_List( |
[677] | 18 | char Tag[4], //as in 'ONWC' |
19 | int MaxCount, //# of elements in PointerList | |
[476] | 20 | void** PointerList, //Where the found pointers go |
21 | int* FoundCount //Where the number of pointers found go. | |
[692] | 22 | ); |
[476] | 23 | |
[677] | 24 | #include "Oni_Symbols.h" |
[323] | 25 | |
[273] | 26 | #endif |
Note:
See TracBrowser
for help on using the repository browser.