ROOT logo
// $Id: GlobalLamps.cxx 2088 2008-11-23 20:26:46Z matevz $

// Copyright (C) 1999-2008, Matevz Tadel. All rights reserved.
// This file is part of GLED, released under GNU General Public License version 2.
// For the licensing terms see $GLEDSYS/LICENSE or http://www.gnu.org/.

//__________________________________________________________________________
// GlobalLamps
//
//

#include "GlobalLamps.h"
#include "GlobalLamps.c7"

ClassImp(GlobalLamps);

/**************************************************************************/

void GlobalLamps::_init()
{
  // From ZGlass:
  bUseNameStack = false;
}
 GlobalLamps.cxx:1
 GlobalLamps.cxx:2
 GlobalLamps.cxx:3
 GlobalLamps.cxx:4
 GlobalLamps.cxx:5
 GlobalLamps.cxx:6
 GlobalLamps.cxx:7
 GlobalLamps.cxx:8
 GlobalLamps.cxx:9
 GlobalLamps.cxx:10
 GlobalLamps.cxx:11
 GlobalLamps.cxx:12
 GlobalLamps.cxx:13
 GlobalLamps.cxx:14
 GlobalLamps.cxx:15
 GlobalLamps.cxx:16
 GlobalLamps.cxx:17
 GlobalLamps.cxx:18
 GlobalLamps.cxx:19
 GlobalLamps.cxx:20
 GlobalLamps.cxx:21
 GlobalLamps.cxx:22
 GlobalLamps.cxx:23