mirror of
https://github.com/halpz/re3.git
synced 2025-07-11 14:08:27 +00:00
finished CEntity
This commit is contained in:
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);
|
||||
};
|
Reference in New Issue
Block a user