libanim

changeset 38:d5f855fb3097

removed vmath.h from anim.h
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 23 Sep 2012 08:23:15 +0300
parents c97151c60302
children 529036ffe7a5
files src/anim.c src/anim.h
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/src/anim.c	Sun Jan 08 05:13:13 2012 +0200
     1.2 +++ b/src/anim.c	Sun Sep 23 08:23:15 2012 +0300
     1.3 @@ -1,3 +1,4 @@
     1.4 +#include <stdlib.h>
     1.5  #include <limits.h>
     1.6  #include <assert.h>
     1.7  #include "anim.h"
     2.1 --- a/src/anim.h	Sun Jan 08 05:13:13 2012 +0200
     2.2 +++ b/src/anim.h	Sun Sep 23 08:23:15 2012 +0300
     2.3 @@ -5,7 +5,9 @@
     2.4  
     2.5  #include <pthread.h>
     2.6  
     2.7 -#include <vmath/vmath.h>
     2.8 +#include <vmath/vector.h>
     2.9 +#include <vmath/quat.h>
    2.10 +#include <vmath/matrix.h>
    2.11  #include "track.h"
    2.12  
    2.13  enum {