|
Last change
on this file since 818 was 705, checked in by alloc, 13 years ago |
|
Daodan: DaodanGL fixes, intro/outro fixes, chinese=true by default
|
|
File size:
594 bytes
|
| Line | |
|---|
| 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
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.