# | Line 14 | Line 14 | bool DDrPatch_String(char* dest, const c | |
---|---|---|
14 | bool DDrPatch_Byte(char* dest, char value); | |
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 | ||
19 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |