rl_raylib  1.1.10
rl_RayLib.h
1 #ifndef rl_RayLib_h_INCLUDED
2 #define rl_RayLib_h_INCLUDED
3 
4 // File: rl_RayLib.h
5 // Author: Terry Gaetz
6 
7 /* --8<--8<--8<--8<--
8  *
9  * Copyright (C) 2006, 2007 Smithsonian Astrophysical Observatory
10  *
11  * This file is part of rl_raylib
12  *
13  * rl_raylib is free software; you can redistribute it and/or
14  * modify it under the terms of the GNU General Public License
15  * as published by the Free Software Foundation; either version 2
16  * of the License, or (at your option) any later version.
17  *
18  * rl_raylib is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  * GNU General Public License for more details.
22  *
23  * You should have received a copy of the GNU General Public License
24  * along with this program; if not, write to the
25  * Free Software Foundation, Inc.
26  * 51 Franklin Street, Fifth Floor
27  * Boston, MA 02110-1301, USA
28  *
29  * -->8-->8-->8-->8-- */
30 
31 #include <rl_raylib/rl_Traits.h> // rl_Traits
32 #include <rl_raylib/rl_ReflectionCoefPOD.h> // rl_ReflectionCoefPOD
33 #include <rl_raylib/rl_DielectricData.h> // rl_DielectricData
34 #include <rl_raylib/rl_DielectricLayer.h> // rl_DielectricLayer
35 #include <rl_raylib/rl_Multilayer.h> // rl_Multilayer
36 
37 #endif