#ifndef _PARSE_FRACTAL_H
#define _PARSE_FRACTAL_H

#include "fractal.h"

struct fractal_params *parse_fractal(const char *filename);

#endif /* _PARSE_FRACTAL_H */
