X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=plotter.h;h=0845e07165be9c4af89ad8deae509d24afa28c68;hb=67cd3d158edc8231d007a357329d9cc497836965;hp=d93490d05172d868841a634765c57ff1b2a463ca;hpb=b7ccc22341ca20668e98bad96c3d10ea77a47cc2;p=universe.git diff --git a/plotter.h b/plotter.h index d93490d..0845e07 100644 --- a/plotter.h +++ b/plotter.h @@ -90,7 +90,7 @@ public: Plotter(int width, int height, int scaling); ~Plotter(); - void save_as_ppm(Universe *universe, const char *filename); + void save_as_ppm(Universe *universe, const char *filename, int downscale); }; #endif