#ifndef ZOOM_H #define ZOOM_H struct zoom_t { double x, y, z; int box[4]; }; #endif
This page © Bernie Freidin, 2000.