mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 05:00:35 +00:00
CGame::Process() && CGame::ReloadIPLs
This commit is contained in:
parent
32f2f3511c
commit
f56684d04e
44 changed files with 225 additions and 3 deletions
|
@ -11,6 +11,7 @@ class CRecordDataForChase
|
|||
public:
|
||||
static uint8 &Status;
|
||||
|
||||
static void SaveOrRetrieveDataForThisFrame(void);
|
||||
static void ProcessControlCars(void);
|
||||
static void SaveOrRetrieveCarPositions(void);
|
||||
};
|
||||
|
@ -20,4 +21,6 @@ class CRecordDataForGame
|
|||
{
|
||||
public:
|
||||
static uint16 &RecordingState;
|
||||
|
||||
static void SaveOrRetrieveDataForThisFrame(void);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue