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

Comparing Daodan/src/Daodan_Patch.h (file contents):
Revision 273 by rossy, Tue Mar 17 09:06:00 2009 UTC vs.
Revision 274 by rossy, Tue Mar 17 12:12:24 2009 UTC

# Line 6 | Line 6
6  
7   #define DDrPatch_Const(d, c) DDrPatch_String(d, c, sizeof(c))
8  
9 + #define OniExe ((void*)0x00400000)
10 +
11   bool DDrPatch_MakeJump(void* from, void* to);
12   bool DDrPatch_MakeCall(void* from, void* to);
13   bool DDrPatch_String(char* dest, const char* string, int length);

Diff Legend

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