mirror of
https://github.com/halpz/re3.git
synced 2025-07-11 12:18:24 +00:00
Peds
This commit is contained in:
@ -2,8 +2,15 @@
|
||||
|
||||
class CEntity;
|
||||
|
||||
enum {
|
||||
PED_LIGHTS_WALK,
|
||||
PED_LIGHTS_WALK_BLINK,
|
||||
PED_LIGHTS_DONT_WALK,
|
||||
};
|
||||
|
||||
class CTrafficLights
|
||||
{
|
||||
public:
|
||||
static void DisplayActualLight(CEntity *ent);
|
||||
static uint8 LightForPeds(void);
|
||||
};
|
||||
|
Reference in New Issue
Block a user