ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Oni.h
(Generate patch)

Comparing Daodan/src/Oni.h (file contents):
Revision 273 by rossy, Tue Mar 17 09:55:12 2009 UTC vs.
Revision 322 by rossy, Fri May 15 11:45:19 2009 UTC

# Line 2 | Line 2
2   #ifndef ONI_H
3   #define ONI_H
4  
5 + typedef struct
6 + {
7 +        HINSTANCE Instance;
8 +        HWND Window;
9 + } ONtPlatformData;
10 +
11   void __cdecl ONiMain(int ArgCount, char *ArgList[]);
12 + short ONICALL ONrPlatform_Initialize(ONtPlatformData *PlatformData);
13  
14   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)