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

class CPointLights
{
public:
	static void RenderFogEffect(void);
};