Subversion Repositories gelsvn

Rev

Rev 152 | Rev 178 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 152 Rev 169
Line 48... Line 48...
48
		bool load(std::ifstream&);
48
		bool load(std::ifstream&);
49
		bool save(std::ofstream&) const;
49
		bool save(std::ofstream&) const;
50
	};
50
	};
51
	
51
	
52
}
52
}
53
namespace GFX = GLGraphics;
-