last minute change, added flam3_print_to_string to exports

git-svn-id: https://flam3.googlecode.com/svn/trunk@23 77852712-ef1d-11de-8684-7d64432d61a3
This commit is contained in:
Erik Reckase 2010-10-04 12:33:08 +00:00 committed by Scott Draves
parent 070e84c45f
commit 2e16b30c95

View File

@ -554,7 +554,7 @@ EXPORT void flam3_interpolate(flam3_genome *genomes, int ngenomes, double time,
/* print genome to given file with extra_attributes if not NULL */
void flam3_print(FILE *f, flam3_genome *g, char *extra_attributes, int print_edits);
void flam3_print_xform(FILE *f, flam3_xform *x, int final_flag, int numstd, double *chaos_row, int motion_flag);
char *flam3_print_to_string(flam3_genome *cp);
EXPORT char *flam3_print_to_string(flam3_genome *cp);
/* ivars is a list of variations to use, or flam3_variation_random */
/* ivars_n is the number of values in ivars to select from. */