mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 23:50:33 +00:00
World and Peds
This commit is contained in:
parent
3378cad058
commit
14c7c1d7ca
19 changed files with 505 additions and 17 deletions
|
@ -6,14 +6,18 @@ enum {
|
|||
RECORDSTATE_2,
|
||||
};
|
||||
|
||||
class CRecordDataForChase
|
||||
{
|
||||
public:
|
||||
static uint8 &Status;
|
||||
|
||||
static void ProcessControlCars(void);
|
||||
static void SaveOrRetrieveCarPositions(void);
|
||||
};
|
||||
|
||||
|
||||
class CRecordDataForGame
|
||||
{
|
||||
public:
|
||||
static uint16 &RecordingState;
|
||||
};
|
||||
|
||||
class CRecordDataForChase
|
||||
{
|
||||
public:
|
||||
static uint8 &Status;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue