#ifndef NPLOT_DEF #define NPLOT_DEF extern int Nplot; extern int Winid; void sphplot_(double *pos,int *pncharge,double *pradius); void sphplot(double *pos,int ncharge,double radius); void draw_spheres(double *pos,int ncharge,double radius, int rotx,int roty,int rotz); #endif