summaryrefslogtreecommitdiffstats
path: root/src/control/TrafficLights.h
blob: eec3e1e3cbb79ed856ada9cc2c9a9f6c8478d9d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

class CEntity;

class CTrafficLights
{
public:
	static void DisplayActualLight(CEntity *ent);
};