Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / savecanvas.h
index aa35480..93a3486 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2008 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -29,6 +30,7 @@
 
 #include "string.h"
 #include "canvas.h"
+#include "releases.h"
 
 /* === M A C R O S ========================================================= */
 
@@ -47,6 +49,9 @@ bool save_canvas(const String &filename, Canvas::ConstHandle canvas);
 //! Stores a Canvas in a string in XML format
 String canvas_to_string(Canvas::ConstHandle canvas);
 
+void set_file_version(ReleaseVersion version);
+ReleaseVersion get_file_version();
+
 }; // END of namespace synfig
 
 /* === E N D =============================================================== */