goat3d

diff src/goat3d_write.cc @ 50:0be413ac2e0a

ass2goat compiles...
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 16 Jan 2014 19:27:09 +0200
parents 498ca7ac7047
children cb5414f406eb
line diff
     1.1 --- a/src/goat3d_write.cc	Thu Jan 16 19:13:45 2014 +0200
     1.2 +++ b/src/goat3d_write.cc	Thu Jan 16 19:27:09 2014 +0200
     1.3 @@ -220,3 +220,8 @@
     1.4  	return size;
     1.5  }
     1.6  #endif
     1.7 +
     1.8 +bool Scene::save_anim(const XFormNode *node, goat3d_io *io) const
     1.9 +{
    1.10 +	return false;
    1.11 +}