# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |