00001 /* libwpg 00002 * Copyright (C) 2006 Ariya Hidayat (ariya@kde.org) 00003 * Copyright (C) 2004 Marc Oude Kotte (marc@solcon.nl) 00004 * 00005 * This library is free software; you can redistribute it and/or 00006 * modify it under the terms of the GNU Library General Public 00007 * License as published by the Free Software Foundation; either 00008 * version 2 of the License, or (at your option) any later version. 00009 * 00010 * This library is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 * Library General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU Library General Public 00016 * License along with this library; if not, write to the Free Software 00017 * Foundation, Inc., 51 Franklin Street, Fifth Floor, 00018 * Boston, MA 02111-1301 USA 00019 * 00020 * For further information visit http://libwpg.sourceforge.net 00021 */ 00022 00023 /* "This product is not manufactured, approved, or supported by 00024 * Corel Corporation or Corel Corporation Limited." 00025 */ 00026 00027 #ifndef __LIBWPG_H__ 00028 #define __LIBWPG_H__ 00029 00030 #define LIBWPG_VERSION_MAJOR 0 00031 #define LIBWPG_VERSION_MINOR 1 00032 #define LIBWPG_VERSION_REVISION 3 00033 #define LIBWPG_VERSION_STRING "0.1.3" 00034 00035 #include "WPGraphics.h" 00036 #include "WPGPaintInterface.h" 00037 00038 #include "WPGColor.h" 00039 #include "WPGPen.h" 00040 #include "WPGBrush.h" 00041 #include "WPGGradient.h" 00042 #include "WPGPath.h" 00043 #include "WPGPoint.h" 00044 #include "WPGRect.h" 00045 #include "WPGBitmap.h" 00046 #include "WPGBinaryData.h" 00047 00048 #endif