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

Comparing Daodan/src/Oni_Symbols.h (file contents):
Revision 692 by alloc, Thu Mar 7 17:26:13 2013 UTC vs.
Revision 693 by alloc, Thu Mar 7 22:38:21 2013 UTC

# Line 196 | Line 196 | DefFunc(void*, OBJrConsole_GetByID, ONIC
196   DefFunc(void, ONiDrawWeaponSight, ONICALL, (Character* Char), 0x004E1900);
197   DefFunc(void, AI2rDisplayDebuggingInfo, ONICALL, (Character* Char), 0x0048C5F0);
198   DefFunc(uint32_t, M3rTextureMap_New, ONICALL, (short width, short height, int type, int allocated, int flags, char* name, void** output), 0x041EB00);
199 +
200 + // Make a dialog element (in)visible and change its position
201 + DefFunc(void, WMrWindow_SetVisible, ONICALL, (int window, int visibility), 0x00475a10);
202 + DefFunc(void, WMrWindow_SetLocation, ONICALL, (int window, int x, int y), 0x004756d0);
203 +
204   #undef DefFunc
205  
206   #endif

Diff Legend

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