mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 04:20:33 +00:00
finished CEntity
This commit is contained in:
parent
6e4df804f7
commit
af2e764d81
27 changed files with 665 additions and 76 deletions
9
src/control/TrafficLights.h
Normal file
9
src/control/TrafficLights.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
class CEntity;
|
||||
|
||||
class CTrafficLights
|
||||
{
|
||||
public:
|
||||
static void DisplayActualLight(CEntity *ent);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue