00001 00002 00003 #ifndef __IMAGER_MAGNIFY__ 00004 #define __IMAGER_MAGNIFY__ 00005 00006 int have_magnifier; 00007 int mag_lastx, mag_lasty; 00008 00009 void create_magnifier (void); 00010 void destroy_magnifier (); 00011 void display_magnified (image_type* img, int x, int y, int z); 00012 00013 00014 #endif