#ifndef POVRAYLIB_H
#define POVRAYLIB_H

void WritePovLine(FILE *,XYZ,XYZ,double,char *,int);
void WritePovBox(FILE *,XYZ,XYZ,double,char *);

#endif /* POVRAYLIB_H */

