diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Lights.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/render/Lights.h b/src/render/Lights.h new file mode 100644 index 00000000..ca926eb8 --- /dev/null +++ b/src/render/Lights.h @@ -0,0 +1,9 @@ +void SetLightsWithTimeOfDayColour(RpWorld *); +void SetAmbientAndDirectionalColours(float f); +void SetBrightMarkerColours(float f); +void ReSetAmbientAndDirectionalColours(void); +void DeActivateDirectional(void); +void ActivateDirectional(void); +void SetAmbientColours(void); +void SetAmbientColoursForPedsCarsAndObjects(void); +void SetAmbientColoursToIndicateRoadGroup(int i);
\ No newline at end of file |