Removed generate from the Makefile.
[universe.git] / plotter.h
index d93490d..0845e07 100644 (file)
--- 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