source:
Daodan/src/Oni.h@
888
Last change on this file since 888 was 705, checked in by , 12 years ago | |
---|---|
File size: 594 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 | ||
[705] | 11 | #define WMcMessage_Quit 0x39 // WM_QUIT equivalent. |
12 | ||
[692] | 13 | typedef struct { |
[322] | 14 | HINSTANCE Instance; |
15 | HWND Window; | |
16 | } ONtPlatformData; | |
[273] | 17 | |
[452] | 18 | |
[476] | 19 | void ONICALL TMrInstance_GetDataPtr_List( |
[677] | 20 | char Tag[4], //as in 'ONWC' |
21 | int MaxCount, //# of elements in PointerList | |
[476] | 22 | void** PointerList, //Where the found pointers go |
23 | int* FoundCount //Where the number of pointers found go. | |
[705] | 24 | ); |
[476] | 25 | |
[705] | 26 | UUmType(WMtWindow); |
27 | ||
[677] | 28 | #include "Oni_Symbols.h" |
[323] | 29 | |
[273] | 30 | #endif |
Note:
See TracBrowser
for help on using the repository browser.