13 lines
209 B
C
13 lines
209 B
C
|
|
#ifndef _PLOTTING_H
|
||
|
|
#define _PLOTTING_H
|
||
|
|
|
||
|
|
#include <plot.h>
|
||
|
|
|
||
|
|
extern struct plot constantplot;
|
||
|
|
extern struct plot *plot_cur;
|
||
|
|
extern struct plot *plot_list;
|
||
|
|
extern int plotl_changed;
|
||
|
|
extern int plot_num;
|
||
|
|
|
||
|
|
#endif
|