]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Lights.h
Stopped using Account pointers, and removed general difficulty setting (difficulty...
[lugaru.git] / Source / Lights.h
index b4a1b2fb2bfd160575fb9edbd5d9824e7c46a537..e846fb6726d60c4fedc2e3a07851a4a57364de0d 100644 (file)
@@ -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