goat3d

diff src/goat3d.h @ 82:70b7c41a4f17

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 11 May 2014 22:04:54 +0300
parents 9785847d52d4
children 7941e89798e5
line diff
     1.1 --- a/src/goat3d.h	Thu May 08 23:05:29 2014 +0300
     1.2 +++ b/src/goat3d.h	Sun May 11 22:04:54 2014 +0300
     1.3 @@ -123,7 +123,7 @@
     1.4  GOAT3DAPI void goat3d_set_ambient3f(struct goat3d *g, float ar, float ag, float ab);
     1.5  GOAT3DAPI const float *goat3d_get_ambient(const struct goat3d *g);
     1.6  
     1.7 -GOAT3DAPI void goat3d_get_bounds(const struct goat3d *g, float *bmin, float *bmax);
     1.8 +GOAT3DAPI int goat3d_get_bounds(const struct goat3d *g, float *bmin, float *bmax);
     1.9  
    1.10  /* materials */
    1.11  GOAT3DAPI void goat3d_add_mtl(struct goat3d *g, struct goat3d_material *mtl);