From e2a154ddefd961a79437cdac79fb5e46cda4a855 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 24 Jun 2010 16:48:32 +0200 Subject: Move POV-ray stuff to a new file --- src/povray.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/povray.h (limited to 'src/povray.h') diff --git a/src/povray.h b/src/povray.h new file mode 100644 index 00000000..f60bd566 --- /dev/null +++ b/src/povray.h @@ -0,0 +1,22 @@ +/* + * povray.c + * + * Invoke POV-ray + * + * (c) 2006-2010 Thomas White + * + * Part of CrystFEL - crystallography with a FEL + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef POVRAY_H +#define POVRAY_H + +extern int povray_render_animation(UnitCell *cell, double *ref, + unsigned int *c, unsigned int nproc); + +#endif /* POVRAY_H */ -- cgit v1.2.3