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 692 by alloc, Thu Mar 7 17:26:13 2013 UTC vs.
Revision 705 by alloc, Tue Mar 19 15:00:23 2013 UTC

# Line 8 | Line 8
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;
# Line 19 | Line 21 | void ONICALL TMrInstance_GetDataPtr_List
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 < );
24 > );
25 >
26 > UUmType(WMtWindow);
27  
28   #include "Oni_Symbols.h"
29  

Diff Legend

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