goat3d

diff src/goat3d_read.cc @ 50:0be413ac2e0a

ass2goat compiles...
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 16 Jan 2014 19:27:09 +0200
parents
children dad392c710df
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/goat3d_read.cc	Thu Jan 16 19:27:09 2014 +0200
     1.3 @@ -0,0 +1,13 @@
     1.4 +#include "goat3d_impl.h"
     1.5 +
     1.6 +using namespace g3dimpl;
     1.7 +
     1.8 +bool Scene::load(goat3d_io *io)
     1.9 +{
    1.10 +	return false;
    1.11 +}
    1.12 +
    1.13 +bool Scene::load_anim(goat3d_io *io)
    1.14 +{
    1.15 +	return false;
    1.16 +}