mirror of
https://github.com/scottdraves/flam3.git
synced 2025-01-21 05:20:05 -05:00
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:
parent
070e84c45f
commit
2e16b30c95
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user