00001 /* 00002 This file is part of Caelum. 00003 See http://www.ogre3d.org/wiki/index.php/Caelum 00004 00005 Copyright (c) 2006-2008 Caelum team. See Contributors.txt for details. 00006 00007 Caelum is free software: you can redistribute it and/or modify 00008 it under the terms of the GNU Lesser General Public License as published 00009 by the Free Software Foundation, either version 3 of the License, or 00010 (at your option) any later version. 00011 00012 Caelum is distributed in the hope that it will be useful, 00013 but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 GNU Lesser General Public License for more details. 00016 00017 You should have received a copy of the GNU Lesser General Public License 00018 along with Caelum. If not, see <http://www.gnu.org/licenses/>. 00019 */ 00020 00021 #ifndef CAELUM_H 00022 #define CAELUM_H 00023 00024 #include "CaelumPrerequisites.h" 00025 00026 #include "CaelumExceptions.h" 00027 #include "CaelumSystem.h" 00028 #include "CameraBoundElement.h" 00029 #include "GeometryFactory.h" 00030 #include "SkyColourModel.h" 00031 #include "SkyDome.h" 00032 #include "Sun.h" 00033 #include "LayeredClouds.h" 00034 #include "UniversalClock.h" 00035 #include "SolarSystemModel.h" 00036 #include "Astronomy.h" 00037 #include "PointStarfield.h" 00038 #include "PointStarfield.h" 00039 00040 #endif //CAELUM_H