mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 02:44:08 +00:00
Added read/write template functions for save data, small Load/Save arguments unification
This commit is contained in:
parent
69963cea68
commit
101192dd32
12 changed files with 197 additions and 191 deletions
|
@ -49,12 +49,12 @@ public:
|
|||
bool PhoneAtThisPosition(CVector);
|
||||
bool HasMessageBeenDisplayed(int);
|
||||
bool IsMessageBeingDisplayed(int);
|
||||
void Load(CPhoneInfo *source, uint8 buffer);
|
||||
void Load(uint8 *buf, uint32 size);
|
||||
void Save(uint8 *buf, uint32 *size);
|
||||
void SetPhoneMessage_JustOnce(int phoneId, wchar *msg1, wchar *msg2, wchar *msg3, wchar *msg4, wchar *msg5, wchar *msg6);
|
||||
void SetPhoneMessage_Repeatedly(int phoneId, wchar *msg1, wchar *msg2, wchar *msg3, wchar *msg4, wchar *msg5, wchar *msg6);
|
||||
int GrabPhone(float, float);
|
||||
void Initialise(void);
|
||||
void Save(CPhoneInfo*, uint32*);
|
||||
void Shutdown(void);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue