#ifndef PAN_H #define PAN_H /* * Pan around the geometry. */ void pan (int x1, int y1, int x2, int y2); #endif // PAN_H