/* * Photo Image Print System * Copyright (C) 2001-2004 EPSON KOWA Corporation. * Copyright (C) SEIKO EPSON CORPORATION 2001-2004. * * This file is part of the `ekpnavi' program. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef __IMAGE_H__ #define __IMAGE_H__ #include "pixmaps/A0101.xpm" #include "pixmaps/A0201.xpm" #include "pixmaps/R01B01.xpm" #include "pixmaps/R01C01.xpm" #include "pixmaps/R01K01.xpm" #include "pixmaps/R0201.xpm" #include "pixmaps/R0202.xpm" #include "pixmaps/R0203.xpm" #include "pixmaps/R0301.xpm" #include "pixmaps/R0302.xpm" #include "pixmaps/R0303.xpm" #include "pixmaps/R0401.xpm" #include "pixmaps/R0402.xpm" #include "pixmaps/R0403.xpm" #include "pixmaps/R0404.xpm" #include "pixmaps/R0501.xpm" #include "pixmaps/R0502.xpm" #include "pixmaps/R0503.xpm" #include "pixmaps/R0504.xpm" #include "pixmaps/R0701.xpm" #include "pixmaps/R0702.xpm" #include "pixmaps/R0703.xpm" #include "pixmaps/R0801.xpm" #include "pixmaps/R0802.xpm" #include "pixmaps/R0803.xpm" #include "pixmaps/R0804.xpm" #include "pixmaps/R0901.xpm" #include "pixmaps/R0902.xpm" #include "pixmaps/R0903.xpm" #include "pixmaps/R0904.xpm" #include "pixmaps/R0905.xpm" #include "pixmaps/R1001.xpm" #include "pixmaps/S1901.xpm" #endif /* __IMAGE_H__ */