/* * grn_pixmaps.h * * $Id$ */ /* Copyright (C) 1999-2000 Sergey Chernikov (sc@ivvs.ul.ru) * * Authors: Sergey Chernikov * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA */ #ifndef __GRN_PIXMAPS_H__ #define __GRN_PIXMAPS_H__ #include "../pixmaps/grn-mini.xpm" #include "../pixmaps/ball.xpm" #include "../pixmaps/ball-blue.xpm" #include "../pixmaps/ball-green.xpm" #include "../pixmaps/ball-cyan.xpm" #include "../pixmaps/ball-red.xpm" #include "../pixmaps/ball-magenta.xpm" #include "../pixmaps/ball-brown.xpm" #include "../pixmaps/ball-grey.xpm" #include "../pixmaps/ball-ltblue.xpm" #include "../pixmaps/ball-ltgreen.xpm" #include "../pixmaps/ball-ltcyan.xpm" #include "../pixmaps/ball-ltred.xpm" #include "../pixmaps/ball-ltmagenta.xpm" #include "../pixmaps/ball-yellow.xpm" #include "../pixmaps/ball-white.xpm" #include "../pixmaps/mball.xpm" #include "../pixmaps/mball-green.xpm" #endif /* __GRN_PIXMAPS_H__ */