World and Peds
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user