X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FLights.h;h=f07bb8683cd8b74c7208d1d3e2d8cf7cff221758;hb=97989f58ab13c64fbe05e629d2b2a024a2c3cfa4;hp=b4a1b2fb2bfd160575fb9edbd5d9824e7c46a537;hpb=cd043e3f9e26c2b3406b40a354c2840941e9db7f;p=lugaru.git diff --git a/Source/Lights.h b/Source/Lights.h index b4a1b2f..f07bb86 100644 --- a/Source/Lights.h +++ b/Source/Lights.h @@ -44,7 +44,6 @@ public: } }; -void SetUpMainLight(Light* whichsource, int whichlight, float ambientr, float ambientg, float ambientb); void SetUpLight(Light* whichsource, int whichlight); #endif