| # | Line 15 | Line 15 | bool DDrPatch_Byte(char* dest, char valu | |
|---|---|---|
| 15 | bool DDrPatch_Int32(int* dest, int value); | |
| 16 | bool DDrPatch_Int16(short* dest, short value); | |
| 17 | bool DDrPatch_StrDup(int* dest, const char* value); | |
| 18 | + | bool DDrPatch_NOOP(char* dest, unsigned int length); |
| 19 | ||
| 20 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |