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

class CPointLights
{
	static int16 &NumLights;
public:
	static void InitPerFrame(void);
	static void RenderFogEffect(void);
};