#ifndef _PLOTTING_H #define _PLOTTING_H #include extern struct plot constantplot; extern struct plot *plot_cur; extern struct plot *plot_list; extern int plotl_changed; extern int plot_num; #endif