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 705 by alloc, Tue Mar 19 15:00:23 2013 UTC vs.
Revision 983 by alloc, Sun Mar 16 20:06:52 2014 UTC

# Line 15 | Line 15 | typedef struct {
15          HWND Window;
16   } ONtPlatformData;
17  
18 + typedef struct {
19 +        int16_t left;
20 +        int16_t top;
21 +        int16_t right;
22 +        int16_t bottom;
23 + } UUtRect;
24  
25   void ONICALL TMrInstance_GetDataPtr_List(
26          char Tag[4],            //as in 'ONWC'

Diff Legend

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