mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-20 17:19:23 +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
|
@ -186,8 +186,8 @@ public:
|
|||
void FindNextNodeWandering(uint8, CVector, CPathNode**, CPathNode**, uint8, uint8*);
|
||||
void DoPathSearch(uint8 type, CVector start, int32 startNodeId, CVector target, CPathNode **nodes, int16 *numNodes, int16 maxNumNodes, CVehicle *vehicle, float *dist, float distLimit, int32 forcedTargetNode);
|
||||
bool TestCoorsCloseness(CVector target, uint8 type, CVector start);
|
||||
void Save(uint8 *buffer, uint32 *length);
|
||||
void Load(uint8 *buffer, uint32 length);
|
||||
void Save(uint8 *buf, uint32 *size);
|
||||
void Load(uint8 *buf, uint32 size);
|
||||
};
|
||||
static_assert(sizeof(CPathFind) == 0x49bf4, "CPathFind: error");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue