00001 00002 /* liqbase 00003 * Copyright (C) 2008 Gary Birkett 00004 * 00005 * This program is free software; you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License version 2 00007 * as published by the Free Software Foundation. 00008 * 00009 * This program is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU General Public License 00015 * along with this program; if not, write to the Free Software 00016 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00017 */ 00018 00019 /* 00020 * 00021 * Header to bring together the library as one include :) 00022 * 00023 */ 00024 00025 #ifndef LIQBASE_H 00026 #define LIQBASE_H 00027 00028 00029 #include "liqapp.h" 00030 #include "liqcanvas.h" 00031 #include "liqimage.h" 00032 #include "liqfont.h" 00033 #include "liqsketch.h" 00034 #include "liqsketchpagefilename.h" 00035 #include "liqcliprect.h" 00036 #include "liqcamera.h" 00037 00038 #include "liqcell.h" 00039 //#include "liqcell_prop.h" 00040 //#include "liqcell_arrange.h" 00041 //#include "liqcell_easyrun.h" 00042 //#include "liqcell_easypaint.h" 00043 //#include "liqcell_mk_star.h" 00044 00045 00046 #endif