X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;ds=inline;f=retina.h;h=a17f1790c58c0b5bb1fad51059e4c2ece5d7d11f;hb=3caf13085a6ae1ae41d6f489c8b69206b0ffa48d;hp=f562c49d7a575c4cc5f40eb8022f6c6c5932e96d;hpb=ba46b057f3e2613a86f2dea7fa8022990482c735;p=universe.git diff --git a/retina.h b/retina.h index f562c49..a17f179 100644 --- a/retina.h +++ b/retina.h @@ -1,17 +1,6 @@ -//////////////////////////////////////////////////////////////////////////////// -// This program is free software; you can redistribute it and/or // -// modify it under the terms of the GNU General Public License // -// version 2 as published by the Free Software Foundation. // -// // -// This program is distributed in the hope that it will be useful, but // -// WITHOUT ANY WARRANTY; without even the implied warranty of // -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // -// General Public License for more details. // -// // -// Written and (C) by François Fleuret // -// Contact for comments & bug reports // -//////////////////////////////////////////////////////////////////////////////// +// Written and (C) by Francois Fleuret +// Contact for comments & bug reports #ifndef RETINA_H #define RETINA_H @@ -113,7 +102,7 @@ public: void draw_on_universe(SimpleWindow *window); void draw_parameters(int x0, int y0, SimpleWindow *window); - void save_as_ppm(char *filename); + void save_as_ppm(const char *filename); }; #endif