X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FV3d%2FV3d_ListOfLight.hxx;h=f314aea8f140297559713ee76987bf51093fcfa2;hb=6a24c6ded983e9c29899ccb9454de8868a1c0c12;hpb=1f7f5a900f88772fffa7675d53f0a51512e0e99a diff --git a/src/V3d/V3d_ListOfLight.hxx b/src/V3d/V3d_ListOfLight.hxx new file mode 100644 index 0000000000..f314aea8f1 --- /dev/null +++ b/src/V3d/V3d_ListOfLight.hxx @@ -0,0 +1,24 @@ +// Copyright (c) 2016 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + +#ifndef _V3d_ListOfLight_HeaderFile +#define _V3d_ListOfLight_HeaderFile + +class V3d_Light; +#include +#include + +typedef NCollection_List V3d_ListOfLight; +typedef V3d_ListOfLight::Iterator V3d_ListOfLightIterator; + +#endif // _V3d_ListOfLight_HeaderFile