/************************************************************************
 *                                                                      *
 *        File: Create.h                                                *
 *                                                                      *
 *     Purpose: Provides window to create a blank image of a certain    *
 *              size in any of the image banks.                         *
 *                                                                      *
 ************************************************************************/
                        
 /*
  * initialisation to be done on startup
  */
extern void Create_Init(void);

 /*
  * open create new image window on screen
  */
extern void Create_Open(void);

