#ifndef H_WORLD_TO_EPS_H #define H_WORLD_TO_EPS_H #include "evolution.h" void world_to_eps(struct world *world, char *epsfile); #endif /* H_WORLD_TO_EPS_H */