goat3d

view src/goat3d_read.cc @ 59:b0bf3786bd5b

fixed the makefile to use vmath and anim as external dependencies
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 25 Mar 2014 04:37:41 +0200
parents
children dad392c710df
line source
1 #include "goat3d_impl.h"
3 using namespace g3dimpl;
5 bool Scene::load(goat3d_io *io)
6 {
7 return false;
8 }
10 bool Scene::load_anim(goat3d_io *io)
11 {
12 return false;
13 }