source:
Daodan/src/Oni.h@
322
| Last change on this file since 322 was 322, checked in by , 16 years ago | |
|---|---|
| File size: 258 bytes | |
| Rev | Line | |
|---|---|---|
| [273] | 1 | #pragma once |
| 2 | #ifndef ONI_H | |
| 3 | #define ONI_H | |
| 4 | ||
| [322] | 5 | typedef struct |
| 6 | { | |
| 7 | HINSTANCE Instance; | |
| 8 | HWND Window; | |
| 9 | } ONtPlatformData; | |
| 10 | ||
| [273] | 11 | void __cdecl ONiMain(int ArgCount, char *ArgList[]); |
| [322] | 12 | short ONICALL ONrPlatform_Initialize(ONtPlatformData *PlatformData); |
| [273] | 13 | |
| 14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
