mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 17:19:00 +00:00
9 lines
141 B
C++
9 lines
141 B
C++
#pragma once
|
|
|
|
class CPointLights
|
|
{
|
|
static int16 &NumLights;
|
|
public:
|
|
static void InitPerFrame(void);
|
|
static void RenderFogEffect(void);
|
|
};
|