#ifndef ZOOM_H #define ZOOM_H /* * Perform a zoom operation. */ void zoom (int x1, int y1, int x2, int y2); #endif // ZOOM_H