--- Daodan/src/Daodan_Patch.h 2009/06/09 12:00:41 346 +++ Daodan/src/Daodan_Patch.h 2009/06/13 01:13:36 351 @@ -15,5 +15,6 @@ bool DDrPatch_Byte(char* dest, char valu bool DDrPatch_Int32(int* dest, int value); bool DDrPatch_Int16(short* dest, short value); bool DDrPatch_StrDup(int* dest, const char* value); +bool DDrPatch_NOOP(char* dest, unsigned int length); #endif