Last change
on this file since 691 was 690, checked in by alloc, 12 years ago |
Daodan: Cleaning up code (a few comments, old commented out stuff removed), ugly wine-crash fix for DaodanGL
|
File size:
554 bytes
|
Rev | Line | |
---|
[273] | 1 | #pragma once
|
---|
| 2 | #ifndef ONI_H
|
---|
| 3 | #define ONI_H
|
---|
| 4 |
|
---|
[326] | 5 | #include "Daodan.h"
|
---|
[677] | 6 | #include "oni_gl.h"
|
---|
| 7 | //#include <stdint.h>
|
---|
[452] | 8 | #include <windows.h>
|
---|
[677] | 9 | #include "Oni_GameState.h"
|
---|
[473] | 10 | typedef unsigned char onibool;
|
---|
| 11 |
|
---|
[322] | 12 | typedef struct
|
---|
| 13 | {
|
---|
| 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.
|
---|
| 24 | );
|
---|
| 25 |
|
---|
[677] | 26 | #include "Oni_Symbols.h"
|
---|
[323] | 27 |
|
---|
[273] | 28 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.