/*************************************************************************** graphicselector.h - description ------------------- begin : Sun Jan 28 2001 copyright : (C) 2001 by Martin Bickel email : bickel@asc-hq.org ***************************************************************************/ /*! \file graphicselector.h \brief Functions for selecting an image from a graphic set */ /*************************************************************************** * * * 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. * * * ***************************************************************************/ extern void getbi3pict ( int* num, void** picture ); extern void getbi3pict_double ( int* num, void** picture ); // extern int bi3graphnum;