Ignore:
Timestamp:
Mar 4, 2013, 4:52:19 PM (12 years ago)
Author:
alloc
Message:

Daodan: Cleaned up code so no major warnings exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Patch.h

    r677 r689  
    1111bool DDrPatch_MakeJump(void* from, void* to);
    1212bool DDrPatch_MakeCall(void* from, void* to);
    13 bool DDrPatch_String(char* dest, const char* string, int length);
    14 bool DDrPatch_Byte(char* dest, char value);
    15 bool DDrPatch_Int32(int* dest, int value);
    16 bool DDrPatch_Int16(short* dest, short value);
     13bool DDrPatch_String(char* dest, const unsigned char* string, int length);
     14bool DDrPatch_Byte(char* dest, unsigned char value);
     15bool DDrPatch_Int32(int* dest, unsigned int value);
     16bool DDrPatch_Int16(short* dest, unsigned short value);
    1717bool DDrPatch__strdup(int* dest, const char* value);
    1818bool DDrPatch_NOOP(char* dest, unsigned int length);
Note: See TracChangeset for help on using the changeset viewer.