00001 /* 00002 * Copyright (C) 2003-2009 Olivier Boudeville 00003 * 00004 * This file is part of the OSDL library. 00005 * 00006 * The OSDL library is free software: you can redistribute it and/or modify 00007 * it under the terms of either the GNU Lesser General Public License or 00008 * the GNU General Public License, as they are published by the Free Software 00009 * Foundation, either version 3 of these Licenses, or (at your option) 00010 * any later version. 00011 * 00012 * The OSDL library 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 and the GNU General Public License 00016 * for more details. 00017 * 00018 * You should have received a copy of the GNU Lesser General Public 00019 * License and of the GNU General Public License along with the OSDL library. 00020 * If not, see <http://www.gnu.org/licenses/>. 00021 * 00022 * Author: Olivier Boudeville (olivier.boudeville@esperide.com) 00023 * 00024 */ 00025 00026 00027 #ifndef OSDL_TWO_DIMENSIONAL_INCLUDES_H_ 00028 #define OSDL_TWO_DIMENSIONAL_INCLUDES_H_ 00029 00030 00031 /* 00032 * This include repository keeps track of headers of the module dedicated 00033 * to 2D rendering. 00034 * 00035 * See the OSDL user's guide to know our conventions about two dimensional 00036 * rendering. 00037 * 00038 */ 00039 00040 #include "OSDLBackBufferedWidget.h" 00041 #include "OSDLBezier.h" 00042 #include "OSDLConic.h" 00043 #include "OSDLFixedFont.h" 00044 #include "OSDLFont.h" 00045 #include "OSDLGLTexture.h" 00046 #include "OSDLImage.h" 00047 #include "OSDLLine.h" 00048 #include "OSDLMouseCursor.h" 00049 #include "OSDLPoint2D.h" 00050 #include "OSDLPoint3D.h" 00051 #include "OSDLPoint.h" 00052 #include "OSDLPolygon.h" 00053 #include "OSDLTextWidget.h" 00054 #include "OSDLTrueTypeFont.h" 00055 #include "OSDLUprightRectangle.h" 00056 #include "OSDLWidget.h" 00057 00058 00059 00060 #endif // OSDL_TWO_DIMENSIONAL_INCLUDES_H_ 00061