goat3dgfx

diff src/goat3dgfx.h @ 23:0ac499409edd

added misisng header file in goat3dgfx.h added contains() function in geom
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 25 Feb 2014 23:47:48 +0200
parents b4c9a24c946e
children
line diff
     1.1 --- a/src/goat3dgfx.h	Sat Dec 28 06:48:23 2013 +0200
     1.2 +++ b/src/goat3dgfx.h	Tue Feb 25 23:47:48 2014 +0200
     1.3 @@ -2,6 +2,7 @@
     1.4  #define GOAT3DGFX_H_
     1.5  
     1.6  #include <goat3dgfx/assload.h>
     1.7 +#include <goat3dgfx/camera.h>
     1.8  #include <goat3dgfx/curve.h>
     1.9  #include <goat3dgfx/curveload.h>
    1.10  #include <goat3dgfx/datapath.h>