goat3dgfx

diff src/scene.h @ 12:1868c5975f31

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 24 Nov 2013 18:18:38 +0200
parents 1873dfd13f2d
children 7d6b667821cf
line diff
     1.1 --- a/src/scene.h	Sun Nov 24 14:00:14 2013 +0200
     1.2 +++ b/src/scene.h	Sun Nov 24 18:18:38 2013 +0200
     1.3 @@ -14,6 +14,9 @@
     1.4  	~Scene();
     1.5  	void destroy();
     1.6  
     1.7 +	bool load(const char *fname);
     1.8 +	bool save(const char *fname) const;
     1.9 +
    1.10  	void draw(long msec = 0) const;
    1.11  };
    1.12