X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FLights.h;h=e846fb6726d60c4fedc2e3a07851a4a57364de0d;hb=c46fa74abc1cd0a50799d979049631abc8b28d00;hp=b4a1b2fb2bfd160575fb9edbd5d9824e7c46a537;hpb=cd043e3f9e26c2b3406b40a354c2840941e9db7f;p=lugaru.git diff --git a/Source/Lights.h b/Source/Lights.h index b4a1b2f..e846fb6 100644 --- a/Source/Lights.h +++ b/Source/Lights.h @@ -1,5 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -44,7 +45,6 @@ public: } }; -void SetUpMainLight(Light* whichsource, int whichlight, float ambientr, float ambientg, float ambientb); void SetUpLight(Light* whichsource, int whichlight); #endif