/****************************************************************** * * * Nest version 2 - 3D Wasp Nest Simulator * * Copyright (C) 1997 Sylvain GUERIN * * LIASC, ENST Bretagne & Santa Fe Institute * * * ****************************************************************** E-mail: Sylvain.Guerin@enst-bretagne.fr or: Sylvain Guerin 13 rue des Monts Lorgeaux, 51460 L'EPINE, FRANCE ****************************************************************** 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. ****************************************************************** Name : IconBitmap.h Component : graphical interface Fonctionality : codes for icon bitmap ******************************************************************/ #define iconBitmapWidth 64 #define iconBitmapHeight 64 static char iconBitmapBits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x18, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0f, 0x30, 0x00, 0x00, 0x00, 0x00, 0x80, 0xc0, 0x1c, 0x10, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x40, 0x3f, 0x18, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xe0, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x80, 0xf0, 0xe7, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xf0, 0xfb, 0x00, 0x00, 0x00, 0x00, 0x00, 0x83, 0xf3, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x53, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0xa0, 0xe7, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x70, 0xfd, 0xfc, 0xff, 0x00, 0x00, 0x00, 0x00, 0x18, 0xfd, 0xfe, 0xff, 0x00, 0x00, 0x00, 0x00, 0x4e, 0x7d, 0xef, 0xff, 0x01, 0x00, 0x00, 0xc0, 0x23, 0xf7, 0xe7, 0x7e, 0x00, 0x00, 0x00, 0x78, 0xfe, 0xff, 0xc7, 0x7c, 0x00, 0x00, 0x00, 0x9c, 0xfe, 0xfd, 0xf4, 0x39, 0x00, 0x00, 0xc0, 0x43, 0x0c, 0x74, 0xef, 0x07, 0x00, 0x00, 0xb0, 0x29, 0xfd, 0x25, 0xef, 0x1f, 0x00, 0x00, 0x08, 0x42, 0x4e, 0xb7, 0x9d, 0x1f, 0x00, 0x00, 0xa6, 0x94, 0x47, 0xbe, 0x27, 0x30, 0x00, 0x80, 0x4b, 0xc2, 0x4c, 0x0e, 0x37, 0x60, 0x00, 0x40, 0x84, 0x60, 0xf8, 0xef, 0x7b, 0x40, 0x00, 0x40, 0x2b, 0xaa, 0xf8, 0x11, 0x63, 0x48, 0x00, 0xa0, 0x84, 0xa8, 0xfc, 0x31, 0x63, 0x0f, 0x00, 0x20, 0x51, 0xc6, 0x7f, 0x75, 0xc7, 0x8f, 0x00, 0x90, 0x08, 0x82, 0x3f, 0xb5, 0xcf, 0x15, 0x00, 0x18, 0xa4, 0x03, 0x7f, 0xbc, 0x1b, 0x06, 0x00, 0xa8, 0x92, 0x82, 0xff, 0xd8, 0x13, 0x02, 0x00, 0x18, 0x44, 0xee, 0xa7, 0x4d, 0x31, 0x06, 0x00, 0x44, 0xd1, 0xeb, 0x83, 0xe7, 0x23, 0x06, 0x00, 0x24, 0xc9, 0xfa, 0x93, 0xd3, 0x27, 0x0e, 0x00, 0x4c, 0x84, 0xfe, 0x07, 0xe6, 0x26, 0x08, 0x00, 0x18, 0xe1, 0xf9, 0x97, 0x89, 0x44, 0x00, 0x00, 0x98, 0xb4, 0xf0, 0xf7, 0xe2, 0x4c, 0x08, 0x00, 0x70, 0x9a, 0xe0, 0xf7, 0x48, 0x0c, 0x08, 0x00, 0xe0, 0x86, 0xc1, 0xff, 0x52, 0x04, 0x08, 0x00, 0x00, 0x81, 0x07, 0xdb, 0x61, 0x04, 0x00, 0x00, 0x00, 0x80, 0x0f, 0x02, 0x6a, 0x04, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x03, 0x20, 0x04, 0x00, 0x00, 0x00, 0x00, 0x7d, 0x01, 0x35, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfb, 0x39, 0x32, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf3, 0xef, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe6, 0x3b, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4e, 0x25, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x91, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0xba, 0x29, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x76, 0x57, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0xec, 0x0a, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd8, 0x42, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x9e, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };