aboutsummaryrefslogtreecommitdiff
path: root/src/povray.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-18 18:21:30 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:33 +0100
commit599c277480ee1d3d5a1a2ffb486e855b845c0dbe (patch)
tree668685308cca58d126b11d10f98eb256c7dac0f6 /src/povray.h
parent33077f930ed81d70081a95edb7d7004390fa4047 (diff)
Compiles (with warnings)
Diffstat (limited to 'src/povray.h')
-rw-r--r--src/povray.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/povray.h b/src/povray.h
index 9dbf109d..f91c141c 100644
--- a/src/povray.h
+++ b/src/povray.h
@@ -18,9 +18,10 @@
#include "reflist.h"
#include "cell.h"
+#include "symmetry.h"
extern int povray_render_animation(UnitCell *cell, RefList *list,
- unsigned int nproc, const char *sym,
+ unsigned int nproc, const SymOpList *sym,
int wght, double boost, double scale_top);
#endif /* POVRAY_H */