add some cleanup to lights example

This commit is contained in:
aap
2021-03-03 02:15:38 +01:00
parent 0921a2b003
commit d13bd898fe
5 changed files with 73 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ rw::Light *CreatePointLight(void);
rw::Light *CreateSpotLight(void);
rw::Light *CreateSpotSoftLight(void);
void LightsDestroy(void);
void LightsUpdate(void);
void DrawCurrentLight(void);