00001 #ifndef rl_RayLib_h_INCLUDED 00002 #define rl_RayLib_h_INCLUDED 00003 00004 // File: rl_RayLib.h 00005 // Author: Terry Gaetz 00006 00007 /* --8<--8<--8<--8<-- 00008 * 00009 * Copyright (C) 2006, 2007 Smithsonian Astrophysical Observatory 00010 * 00011 * This file is part of rl_raylib 00012 * 00013 * rl_raylib is free software; you can redistribute it and/or 00014 * modify it under the terms of the GNU General Public License 00015 * as published by the Free Software Foundation; either version 2 00016 * of the License, or (at your option) any later version. 00017 * 00018 * rl_raylib is distributed in the hope that it will be useful, 00019 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00020 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00021 * GNU General Public License for more details. 00022 * 00023 * You should have received a copy of the GNU General Public License 00024 * along with this program; if not, write to the 00025 * Free Software Foundation, Inc. 00026 * 51 Franklin Street, Fifth Floor 00027 * Boston, MA 02110-1301, USA 00028 * 00029 * -->8-->8-->8-->8-- */ 00030 00031 #include <rl_raylib/rl_Traits.h> // rl_Traits 00032 #include <rl_raylib/rl_ReflectionCoefPOD.h> // rl_ReflectionCoefPOD 00033 #include <rl_raylib/rl_DielectricData.h> // rl_DielectricData 00034 #include <rl_raylib/rl_DielectricLayer.h> // rl_DielectricLayer 00035 #include <rl_raylib/rl_Multilayer.h> // rl_Multilayer 00036 00037 #endif