aboutsummaryrefslogtreecommitdiff
path: root/src/povray.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-06-24 16:48:32 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:51 +0100
commite2a154ddefd961a79437cdac79fb5e46cda4a855 (patch)
treea9e236120d56b39df546826b4efa0ecfc5ca0ec8 /src/povray.h
parentac5c6c8bcf1b870b4049aeb290f4af3c49086076 (diff)
Move POV-ray stuff to a new file
Diffstat (limited to 'src/povray.h')
-rw-r--r--src/povray.h22
1 files changed, 22 insertions, 0 deletions
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 <taw@physics.org>
+ *
+ * Part of CrystFEL - crystallography with a FEL
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#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 */