mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 16:34:08 +00:00
Wrappers cleanup
This commit is contained in:
parent
db92864fe2
commit
97ffa1a658
14 changed files with 5 additions and 423 deletions
|
@ -51,7 +51,6 @@ CDate &CompileDateAndTime = *(CDate*)0x72BCB8;
|
|||
#define ReadDataFromBufferPointer(buf, to) memcpy(&to, buf, sizeof(to)); buf += align4bytes(sizeof(to));
|
||||
#define WriteDataToBufferPointer(buf, from) memcpy(buf, &from, sizeof(from)); buf += align4bytes(sizeof(from));
|
||||
|
||||
//WRAPPER bool GenericSave(int file) { EAXJMP(0x58F8D0); }
|
||||
WRAPPER bool GenericLoad() { EAXJMP(0x590A00); }
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue